fix: Multi-Account setup with well-known

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

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