Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #606 from matrix-org/dbkr/fix_forgot_password_crea…
Browse files Browse the repository at this point in the history
…te_account

Fix 'create account' link in 'forgot password'
  • Loading branch information
dbkr committed Jan 10, 2017
2 parents 42de77e + 13a5337 commit 085f134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/structures/MatrixChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,7 @@ module.exports = React.createClass({
customHsUrl={this.getCurrentHsUrl()}
customIsUrl={this.getCurrentIsUrl()}
onComplete={this.onLoginClick}
onRegisterClick={this.onRegisterClick}
onLoginClick={this.onLoginClick} />
);
} else {
Expand Down

0 comments on commit 085f134

Please sign in to comment.