mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Fix: don’t allow to reset secrets if it is already in progress.
This commit is contained in:
@@ -22,6 +22,7 @@ import Foundation
|
||||
enum SecretsResetViewAction {
|
||||
case loadData
|
||||
case reset
|
||||
case authenticationCancelled
|
||||
case authenticationInfoEntered(_ authInfo: [String: Any])
|
||||
case cancel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user