fix: Signup on matrix.org

This commit is contained in:
Krille Fear 2021-11-04 17:10:16 +01:00
commit 87bc60717e
2 changed files with 4 additions and 5 deletions

View file

@ -141,10 +141,7 @@ class HomeserverPickerView extends StatelessWidget {
labelText: L10n.of(context).login,
),
),
if (controller.registrationSupported &&
// Registration is broken on matrix.org
Matrix.of(context).client.homeserver.host !=
'matrix-client.matrix.org')
if (controller.registrationSupported)
Center(
child: _LoginButton(
onPressed: controller.signUpAction,