mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Cross-signing: Handle UserInteractiveAuthenticationService refactoring for cross signing setup.
This commit is contained in:
@@ -56,13 +56,13 @@ final class CrossSigningSetupCoordinator: CrossSigningSetupCoordinatorType {
|
||||
|
||||
private func showReauthentication() {
|
||||
|
||||
let authenticationSessionParameters = self.crossSigningService.setupCrossSigningAuthenticationSessionParameters()
|
||||
let setupCrossSigningRequest = self.crossSigningService.setupCrossSigningRequest()
|
||||
|
||||
let reauthenticationParameters = ReauthenticationCoordinatorParameters(session: parameters.session,
|
||||
presenter: parameters.presenter,
|
||||
title: parameters.title,
|
||||
message: parameters.message,
|
||||
authenticationSessionParameters: authenticationSessionParameters)
|
||||
authenticatedEndpointRequest: setupCrossSigningRequest)
|
||||
|
||||
let coordinator = ReauthenticationCoordinator(parameters: reauthenticationParameters)
|
||||
coordinator.delegate = self
|
||||
|
||||
Reference in New Issue
Block a user