Fix: don’t allow to reset secrets if it is already in progress.

This commit is contained in:
Nicolas Mauri
2023-04-03 13:50:35 +02:00
parent 2c1d56ece9
commit 6500a8ac43
6 changed files with 18 additions and 2 deletions
@@ -22,6 +22,7 @@ import Foundation
enum SecretsResetViewAction {
case loadData
case reset
case authenticationCancelled
case authenticationInfoEntered(_ authInfo: [String: Any])
case cancel
}