1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-26 04:01:04 +03:00

Fix 'create account' link in 'forgot password'

Fixes https://github.com/vector-im/riot-web/issues/2853
This commit is contained in:
David Baker
2017-01-10 15:16:39 +00:00
parent 42de77e588
commit 13a5337e0f

View File

@ -1021,6 +1021,7 @@ module.exports = React.createClass({
customHsUrl={this.getCurrentHsUrl()}
customIsUrl={this.getCurrentIsUrl()}
onComplete={this.onLoginClick}
onRegisterClick={this.onRegisterClick}
onLoginClick={this.onLoginClick} />
);
} else {