mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
fix: Multi-Account setup with well-known
This commit is contained in:
parent
27062e71c4
commit
03dfd87a65
@ -117,7 +117,7 @@ class LoginController extends State<Login> {
|
||||
context: context,
|
||||
// do nothing if we error, we'll handle it below
|
||||
future: () => Matrix.of(context)
|
||||
.client
|
||||
.getLoginClient()
|
||||
.checkHomeserver(newDomain)
|
||||
.catchError((e) => null),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user