mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Secrets recover with key: Add reset action.
This commit is contained in:
@@ -50,6 +50,8 @@ final class SecretsRecoveryWithKeyViewModel: SecretsRecoveryWithKeyViewModelType
|
||||
switch viewAction {
|
||||
case .recover:
|
||||
self.recover()
|
||||
case .resetSecrets:
|
||||
self.coordinatorDelegate?.secretsRecoveryWithKeyViewModelWantsToResetSecrets(self)
|
||||
case .cancel:
|
||||
self.coordinatorDelegate?.secretsRecoveryWithKeyViewModelDidCancel(self)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user