SecretResetCoordinator: Remove AuthenticatedSessionViewControllerFactory and use ReauthenticationCoordinator for reauthentication.

This commit is contained in:
SBiOSoftWhare
2021-02-03 12:10:51 +01:00
parent ec87ca7c47
commit 45564c841b
5 changed files with 49 additions and 49 deletions
@@ -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)