Security settings: Add an option to reset the secure backup

It will overwrite the existing one if any
This commit is contained in:
manuroe
2021-06-16 09:53:31 +02:00
parent 5e2d75a2fb
commit 40c5841b9b
13 changed files with 77 additions and 11 deletions
@@ -18,6 +18,7 @@ import UIKit
enum SettingsSecureBackupViewAction {
case load
case resetSecureBackup
case createKeyBackup
case restoreFromKeyBackup(MXKeyBackupVersion)
case confirmDeleteKeyBackup(MXKeyBackupVersion)