Secrets recover with key: Add reset action.

This commit is contained in:
SBiOSoftWhare
2020-09-30 17:44:25 +02:00
parent 07e3ed94fa
commit 53e0b2e0cd
7 changed files with 55 additions and 11 deletions
@@ -18,6 +18,7 @@ import Foundation
/// SecretsRecoveryWithKeyViewController view actions exposed to view model
enum SecretsRecoveryWithKeyViewAction {
case recover
case recover
case resetSecrets
case cancel
}