From 13a5337e0f62497b2510575910d01124ab7593bf Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 10 Jan 2017 15:16:39 +0000 Subject: [PATCH] Fix 'create account' link in 'forgot password' Fixes https://github.com/vector-im/riot-web/issues/2853 --- src/components/structures/MatrixChat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index ff5a44e016d..c47109db94c 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -1021,6 +1021,7 @@ module.exports = React.createClass({ customHsUrl={this.getCurrentHsUrl()} customIsUrl={this.getCurrentIsUrl()} onComplete={this.onLoginClick} + onRegisterClick={this.onRegisterClick} onLoginClick={this.onLoginClick} /> ); } else {