mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Privacy: IS Settings: Factorise model flows so that the change action use both add and disconnect actions
This commit is contained in:
@@ -32,6 +32,8 @@ enum SettingsIdentityServerDisplayMode {
|
||||
case identityServer(host: String)
|
||||
}
|
||||
|
||||
/// Alerts that can be presented when the user triggered an action among SettingsIdentityServerViewAction.
|
||||
/// These alerts allow interaction with the user to complete the action flow.
|
||||
enum SettingsIdentityServerAlert {
|
||||
case addActionAlert(AddActionAlert)
|
||||
case changeActionAlert(ChangeActionAlert)
|
||||
|
||||
Reference in New Issue
Block a user