Secrets recover with key: Add reset action.

This commit is contained in:
SBiOSoftWhare
2020-09-30 17:44:25 +02:00
parent af702d4b04
commit ca41814c24
7 changed files with 55 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ import Foundation
/// SecretsRecoveryWithKeyViewController view actions exposed to view model
enum SecretsRecoveryWithKeyViewAction {
case recover
case recover
case resetSecrets
case cancel
}