mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 15:02:33 +01:00
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
9db362a649
@ -155,6 +155,9 @@ class LoginController extends State<Login> {
|
||||
AppConfig.jitsiInstance = jitsi;
|
||||
}
|
||||
setState(() => usernameError = null);
|
||||
} else {
|
||||
setState(() =>
|
||||
Matrix.of(context).getLoginClient().homeserver = oldHomeserver);
|
||||
}
|
||||
} catch (e) {
|
||||
setState(() => usernameError = e.toString());
|
||||
|
Loading…
Reference in New Issue
Block a user