Remove RegistrationFlowHandling, handling the dummy stage in the wizard.

This commit is contained in:
Doug
2022-05-03 10:16:27 +01:00
committed by Doug
parent 82984381b3
commit 95d1a2a39e
5 changed files with 44 additions and 100 deletions
@@ -34,7 +34,7 @@ class AuthenticationServerSelectionViewModel: AuthenticationServerSelectionViewM
// MARK: - Setup
init(homeserverAddress: String, hasModalPresentation: Bool) {
let bindings = AuthenticationServerSelectionBindings(homeserverAddress: homeserverAddress)
let bindings = AuthenticationServerSelectionBindings(homeserverAddress: HomeserverAddress.displayable(homeserverAddress))
super.init(initialViewState: AuthenticationServerSelectionViewState(bindings: bindings,
hasModalPresentation: hasModalPresentation))
}