Secrets recovery with passphrase: Add reset action.

This commit is contained in:
SBiOSoftWhare
2020-09-30 17:45:26 +02:00
parent 53e0b2e0cd
commit 72b244190d
7 changed files with 62 additions and 13 deletions

View File

@@ -20,5 +20,6 @@ import Foundation
enum SecretsRecoveryWithPassphraseViewAction {
case recover
case useRecoveryKey
case resetSecrets
case cancel
}