mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Allow registration on SSO only servers.
Stop using the homeserver from user defaults.
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ class AuthenticationServerSelectionViewModel: AuthenticationServerSelectionViewM
|
||||
Task {
|
||||
await MainActor.run {
|
||||
switch viewAction {
|
||||
case .next:
|
||||
completion?(.next(homeserverAddress: state.bindings.homeserverAddress))
|
||||
case .confirm:
|
||||
completion?(.confirm(homeserverAddress: state.bindings.homeserverAddress))
|
||||
case .dismiss:
|
||||
completion?(.dismiss)
|
||||
case .getInTouch:
|
||||
|
||||
Reference in New Issue
Block a user