mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
SecretResetCoordinator: Remove AuthenticatedSessionViewControllerFactory and use ReauthenticationCoordinator for reauthentication.
This commit is contained in:
@@ -18,15 +18,8 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct SecretsResetAuthData {
|
||||
let path: String
|
||||
let httpMethod: String
|
||||
let authenticatedSessionViewControllerFactory: AuthenticatedSessionViewControllerFactory
|
||||
}
|
||||
|
||||
/// SecretsResetViewController view state
|
||||
enum SecretsResetViewState {
|
||||
case showAuthentication(authData: SecretsResetAuthData)
|
||||
case resetting
|
||||
case resetDone
|
||||
case error(Error)
|
||||
|
||||
Reference in New Issue
Block a user