fix: Multi-Account setup with well-known
This commit is contained in:
parent
94f3d521e5
commit
34eb3c0eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue