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,
|
||||
// do nothing if we error, we'll handle it below
|
||||
future: () => Matrix.of(context)
|
||||
.client
|
||||
.getLoginClient()
|
||||
.checkHomeserver(newDomain)
|
||||
.catchError((e) => null),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue