From 03dfd87a65463a3c5d76a052aca6fa8f94b21478 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Mon, 20 Sep 2021 09:02:04 +0200 Subject: [PATCH] fix: Multi-Account setup with well-known --- lib/pages/login.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/login.dart b/lib/pages/login.dart index 94d1ca66..ecc54adf 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), );