fix: Multi-Account setup with well-known

This commit is contained in:
Krille Fear 2021-09-20 09:02:04 +02:00
parent 27062e71c4
commit 03dfd87a65

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