Cross-signing: Handle UserInteractiveAuthenticationService refactoring for cross signing setup.

This commit is contained in:
SBiOSoftWhare
2021-02-10 14:57:00 +01:00
parent 1e81cf3164
commit b2ffb9098e
5 changed files with 22 additions and 22 deletions

View File

@@ -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