1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Remove create account from forgot password

This commit is contained in:
J. Ryan Stinnett
2019-01-23 14:24:20 -06:00
parent 2bb5a1d6ef
commit e0e873d0a8
3 changed files with 1 additions and 12 deletions

View File

@@ -1955,7 +1955,6 @@ export default React.createClass({
customHsUrl={this.getCurrentHsUrl()}
customIsUrl={this.getCurrentIsUrl()}
onComplete={this.onLoginClick}
onRegisterClick={this.onRegisterClick}
onLoginClick={this.onLoginClick} />
);
}