You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Allow New Recovery Dialog to be cancelled
Fixes part of https://github.com/vector-im/riot-web/issues/8048.
This commit is contained in:
@@ -79,7 +79,6 @@ export default class NewRecoveryMethodDialog extends React.PureComponent {
|
|||||||
<BaseDialog className="mx_NewRecoveryMethodDialog"
|
<BaseDialog className="mx_NewRecoveryMethodDialog"
|
||||||
onFinished={this.props.onFinished}
|
onFinished={this.props.onFinished}
|
||||||
title={title}
|
title={title}
|
||||||
hasCancel={false}
|
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<p>{_t(
|
<p>{_t(
|
||||||
|
|||||||
Reference in New Issue
Block a user