Secrets recovery with passphrase: Add reset action.

This commit is contained in:
SBiOSoftWhare
2020-09-30 17:45:26 +02:00
parent ca41814c24
commit 81fd81318e
7 changed files with 62 additions and 13 deletions
@@ -20,5 +20,6 @@ import Foundation
enum SecretsRecoveryWithPassphraseViewAction {
case recover
case useRecoveryKey
case resetSecrets
case cancel
}