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

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