Privacy: IS Settings: Do not set the IS if terms are not accepted and show and error

This commit is contained in:
manuroe
2019-09-25 18:28:20 +02:00
parent e913feb211
commit 3151f2a29c
5 changed files with 21 additions and 5 deletions
@@ -39,6 +39,7 @@ enum SettingsIdentityServerAlert {
enum AddActionAlert {
case noTerms(newHost: String)
case termsNotAccepted(newHost: String)
}
// enum ChangeActionAlert {