Allow New Recovery Dialog to be cancelled

Fixes part of https://github.com/vector-im/riot-web/issues/8048.
This commit is contained in:
J. Ryan Stinnett 2019-01-08 15:48:35 -06:00
parent 02a83a7c2b
commit 1fcafdab30

View file

@ -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(