mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
fix: Well known lookup at login
This commit is contained in:
parent
6d5ecdc376
commit
3cc9922a39
@ -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