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

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