You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-02 21:22:41 +03:00
Make the continue button actually work
This commit is contained in:
@@ -279,6 +279,7 @@ export default class SetupEncryptionBody extends React.Component {
|
|||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
<AccessibleButton kind="primary"
|
<AccessibleButton kind="primary"
|
||||||
disabled={!this.state.recoveryKeyCorrect}
|
disabled={!this.state.recoveryKeyCorrect}
|
||||||
|
onClick={this._onRecoveryKeyFormSubmit}
|
||||||
>
|
>
|
||||||
{_t("Continue")}
|
{_t("Continue")}
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user