mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Keep cancel button for now and make login unfilled
This commit is contained in:
parent
f980bfec9e
commit
ae9c2f2c4a
1 changed files with 2 additions and 2 deletions
|
@ -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: [
|
||||
<button className="mx_Dialog_primary" key="start_login"
|
||||
<button key="start_login"
|
||||
onClick={() => {
|
||||
modal.close();
|
||||
dis.dispatch({action: 'start_login',
|
||||
|
|
Loading…
Reference in a new issue