Fix recovery link on login verification flow
This fixes the recovery link to go to the right place. Fixes https://github.com/vector-im/riot-web/issues/13346
This commit is contained in:
parent
0c1414aca9
commit
5af3d83cc7
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ export default class SetupEncryptionBody extends React.Component {
|
|||
</div>
|
||||
|
||||
<div className="mx_CompleteSecurity_actionRow">
|
||||
<AccessibleButton kind="link" onClick={this.onSkipClick}>
|
||||
<AccessibleButton kind="link" onClick={this._onUsePassphraseClick}>
|
||||
{_t("Use Recovery Passphrase or Key")}
|
||||
</AccessibleButton>
|
||||
<AccessibleButton kind="danger" onClick={this.onSkipClick}>
|
||||
|
|
Loading…
Reference in a new issue