Merge pull request #606 from matrix-org/dbkr/fix_forgot_password_create_account

Fix 'create account' link in 'forgot password'
This commit is contained in:
David Baker
2017-01-10 15:27:51 +00:00
committed by GitHub

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 {