mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Privacy: IS Settings: Present IS terms if needed
This commit is contained in:
@@ -22,6 +22,7 @@ import Foundation
|
||||
enum SettingsIdentityServerViewState {
|
||||
case loading
|
||||
case loaded(displayMode: SettingsIdentityServerDisplayMode)
|
||||
case presentTerms(session: MXSession, accessToken: String, baseUrl: String, onComplete: (Bool) -> Void)
|
||||
case alert(alert: SettingsIdentityServerAlert, onContinue: () -> Void)
|
||||
case error(Error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user