fix: Disable matrix registration again

onboarding
Krille Fear 4 years ago
parent 8ffe4c38a1
commit af0b975736

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

Loading…
Cancel
Save