mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Show fallback on authentication coordinator
This commit is contained in:
+1
-3
@@ -138,9 +138,7 @@ class AuthenticationService: NSObject {
|
||||
loginWizard = nil
|
||||
registrationWizard = nil
|
||||
|
||||
// The previously used homeserver is re-used as `startFlow` will be called again a replace it anyway.
|
||||
let address = state.homeserver.addressFromUser ?? state.homeserver.address
|
||||
self.state = AuthenticationState(flow: .login, homeserverAddress: address)
|
||||
self.state = AuthenticationState(flow: .login, homeserverAddress: state.homeserver.address)
|
||||
}
|
||||
|
||||
/// Continues an SSO flow when completion comes via a deep link.
|
||||
|
||||
Reference in New Issue
Block a user