Actuall pass our proxy makeRegistrationUrl

pull/21833/head
David Baker 2017-03-02 14:47:47 +00:00
parent 3028b335a4
commit 0914226327
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ module.exports = React.createClass({
teamServerConfig={this.props.config.teamServerConfig}
customHsUrl={this.getCurrentHsUrl()}
customIsUrl={this.getCurrentIsUrl()}
makeRegistrationUrl={this.props.makeRegistrationUrl}
makeRegistrationUrl={this._makeRegistrationUrl}
defaultDeviceDisplayName={this.props.defaultDeviceDisplayName}
onLoggedIn={this.onRegistered}
onLoginClick={this.onLoginClick}