Merge branch 'krille/fix-well-known-login' into 'main'
fix: Well known lookup at login Closes #677 See merge request famedly/fluffychat!604
This commit is contained in:
commit
a069df15e8
1 changed files with 3 additions and 0 deletions
|
|
@ -155,6 +155,9 @@ class LoginController extends State<Login> {
|
||||||
AppConfig.jitsiInstance = jitsi;
|
AppConfig.jitsiInstance = jitsi;
|
||||||
}
|
}
|
||||||
setState(() => usernameError = null);
|
setState(() => usernameError = null);
|
||||||
|
} else {
|
||||||
|
setState(() =>
|
||||||
|
Matrix.of(context).getLoginClient().homeserver = oldHomeserver);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
setState(() => usernameError = e.toString());
|
setState(() => usernameError = e.toString());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue