mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Cross-signing: Handle UserInteractiveAuthenticationService refactoring for cross signing setup.
This commit is contained in:
@@ -96,7 +96,7 @@ final class SecretsResetViewModel: SecretsResetViewModelType {
|
||||
}
|
||||
|
||||
private func askAuthentication() {
|
||||
let authenticationSessionParameters = self.crossSigningService.setupCrossSigningAuthenticationSessionParameters()
|
||||
self.coordinatorDelegate?.secretsResetViewModel(self, needsToAuthenticateWith: authenticationSessionParameters)
|
||||
let setupCrossSigningRequest = self.crossSigningService.setupCrossSigningRequest()
|
||||
self.coordinatorDelegate?.secretsResetViewModel(self, needsToAuthenticateWith: setupCrossSigningRequest)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user