Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • mobile/ios/client-ios
1 result
Show changes
Commits on Source (2)
......@@ -140,7 +140,7 @@ public final class Session: SessionType {
}
}
guard username!.isEmpty == false else {
guard let username = username, username.isEmpty == false else {
fatalError("Trying to restore an account that has no username")
}
......