Make the continue button actually work
This commit is contained in:
parent
397b95c5fa
commit
0046e204a0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue