Ensure http url entered by the user are provided to the SDK without being altered.

Also change values in `LoginConstants`, this was not really correct.
This commit is contained in:
Benoit Marty 2023-09-28 10:22:08 +02:00
parent 64ae971aa2
commit 1c7db1de85
13 changed files with 24 additions and 17 deletions

View file

@ -40,7 +40,7 @@ class LoginScreen(private val authenticationService: MatrixAuthenticationService
}
LaunchedEffect(Unit) {
authenticationService.setHomeserver(defaultAccountProvider.title)
authenticationService.setHomeserver(defaultAccountProvider.url)
}
val state = presenter.present()