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

View File

@@ -54,6 +54,8 @@ final class SecretsRecoveryWithPassphraseViewModel: SecretsRecoveryWithPassphras
self.coordinatorDelegate?.secretsRecoveryWithPassphraseViewModelDidCancel(self)
case .useRecoveryKey:
self.coordinatorDelegate?.secretsRecoveryWithPassphraseViewModelWantsToRecoverByKey(self)
case .resetSecrets:
self.coordinatorDelegate?.secretsRecoveryWithPassphraseViewModelWantsToResetSecrets(self)
}
}