Make the continue button actually work

pull/21833/head
David Baker 2020-06-02 18:30:37 +01:00
parent 397b95c5fa
commit 0046e204a0
1 changed files with 1 additions and 0 deletions

View File

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