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} />
);
}