mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Fix 'create account' link in 'forgot password'
Fixes https://github.com/vector-im/riot-web/issues/2853
This commit is contained in:
parent
42de77e588
commit
13a5337e0f
1 changed files with 1 additions and 0 deletions
|
@ -1021,6 +1021,7 @@ module.exports = React.createClass({
|
|||
customHsUrl={this.getCurrentHsUrl()}
|
||||
customIsUrl={this.getCurrentIsUrl()}
|
||||
onComplete={this.onLoginClick}
|
||||
onRegisterClick={this.onRegisterClick}
|
||||
onLoginClick={this.onLoginClick} />
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue