diff --git a/lib/pages/login.dart b/lib/pages/login.dart index 94d1ca66a..ecc54adf7 100644 --- a/lib/pages/login.dart +++ b/lib/pages/login.dart @@ -117,7 +117,7 @@ class LoginController extends State { context: context, // do nothing if we error, we'll handle it below future: () => Matrix.of(context) - .client + .getLoginClient() .checkHomeserver(newDomain) .catchError((e) => null), );