fix: Multi-Account setup with well-known

This commit is contained in:
Krille Fear 2021-09-20 09:02:04 +02:00
parent 94f3d521e5
commit 34eb3c0eb2

View file

@ -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),
);