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:
parent
64ae971aa2
commit
1c7db1de85
13 changed files with 24 additions and 17 deletions
|
|
@ -40,7 +40,7 @@ class LoginScreen(private val authenticationService: MatrixAuthenticationService
|
|||
}
|
||||
|
||||
LaunchedEffect(Unit) {
|
||||
authenticationService.setHomeserver(defaultAccountProvider.title)
|
||||
authenticationService.setHomeserver(defaultAccountProvider.url)
|
||||
}
|
||||
|
||||
val state = presenter.present()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue