mirror of https://github.com/vector-im/riot-web
Make the continue button actually work
parent
397b95c5fa
commit
0046e204a0
|
@ -279,6 +279,7 @@ export default class SetupEncryptionBody extends React.Component {
|
|||
</AccessibleButton>
|
||||
<AccessibleButton kind="primary"
|
||||
disabled={!this.state.recoveryKeyCorrect}
|
||||
onClick={this._onRecoveryKeyFormSubmit}
|
||||
>
|
||||
{_t("Continue")}
|
||||
</AccessibleButton>
|
||||
|
|
Loading…
Reference in New Issue