mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Privacy: IS Settings: Do not set the IS if terms are not accepted and show and error
This commit is contained in:
@@ -111,7 +111,7 @@ final class SettingsIdentityServerViewModel: SettingsIdentityServerViewModelType
|
||||
if areTermsAccepted {
|
||||
self.updateIdentityServerAndRefreshViewState(with: newIdentityServer)
|
||||
} else {
|
||||
//TODO
|
||||
self.update(viewState: .alert(alert: SettingsIdentityServerAlert.addActionAlert(.termsNotAccepted(newHost: newIdentityServer)), onContinue: {}))
|
||||
}
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user