mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Privacy: IS Settings: Change the IS to another one
This commit is contained in:
@@ -34,20 +34,22 @@ enum SettingsIdentityServerDisplayMode {
|
||||
|
||||
enum SettingsIdentityServerAlert {
|
||||
case addActionAlert(AddActionAlert)
|
||||
//case changeActionAlert(ChangeActionAlert)
|
||||
case changeActionAlert(ChangeActionAlert)
|
||||
case disconnectActionAlert(DisconnectActionAlert)
|
||||
|
||||
enum AddActionAlert {
|
||||
case invalidIdentityServer(newHost: String)
|
||||
case noTerms(newHost: String)
|
||||
case termsNotAccepted(newHost: String)
|
||||
case invalidIdentityServer(newHost: String)
|
||||
}
|
||||
|
||||
// enum ChangeActionAlert {
|
||||
// case stillSharing3Pids(oldHost: String, newHost: String)
|
||||
// case doubleConfirmation(oldHost: String, newHost: String)
|
||||
// case noTerms(newHost: String)
|
||||
// }
|
||||
enum ChangeActionAlert {
|
||||
case invalidIdentityServer(newHost: String)
|
||||
case noTerms(newHost: String)
|
||||
case termsNotAccepted(newHost: String)
|
||||
case stillSharing3Pids(oldHost: String, newHost: String)
|
||||
case doubleConfirmation(oldHost: String, newHost: String)
|
||||
}
|
||||
|
||||
enum DisconnectActionAlert {
|
||||
case stillSharing3Pids(oldHost: String)
|
||||
|
||||
Reference in New Issue
Block a user