From ae9c2f2c4acc52fc511e2764aeedb558e75d7efd Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 26 Feb 2020 14:28:50 +0000 Subject: [PATCH] Keep cancel button for now and make login unfilled --- src/Registration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Registration.js b/src/Registration.js index ad1d59e3ee..8d7354e7ff 100644 --- a/src/Registration.js +++ b/src/Registration.js @@ -69,12 +69,12 @@ export async function startAnyRegistrationFlow(options) { //} else { const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog"); const modal = Modal.createTrackedDialog('Registration required', '', QuestionDialog, { - hasCancelButton: false, + hasCancelButton: true, title: _t("Sign In or Create Account"), description: _t("Use your account or create a new one to continue."), button: _t("Create Account"), extraButtons: [ -