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

Fix 'create account' link in 'forgot password'
pull/21833/head
David Baker 2017-01-10 15:27:51 +00:00 committed by GitHub
commit 085f134e84
1 changed files with 1 additions and 0 deletions

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 {