fix: Multi-Account setup with well-known

onboarding
Krille Fear 4 years ago
parent 94f3d521e5
commit 34eb3c0eb2

@ -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…
Cancel
Save