mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-10-14 19:37:24 +02: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,
|
context: context,
|
||||||
// do nothing if we error, we'll handle it below
|
// do nothing if we error, we'll handle it below
|
||||||
future: () => Matrix.of(context)
|
future: () => Matrix.of(context)
|
||||||
.client
|
.getLoginClient()
|
||||||
.checkHomeserver(newDomain)
|
.checkHomeserver(newDomain)
|
||||||
.catchError((e) => null),
|
.catchError((e) => null),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user