You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
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:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user