specify a brand when registering accounts
This commit is contained in:
parent
0ef0120227
commit
83fd02bdfa
3 changed files with 9 additions and 1 deletions
|
@ -1160,6 +1160,7 @@ module.exports = React.createClass({
|
|||
guestAccessToken={this.state.guestAccessToken}
|
||||
defaultHsUrl={this.props.config.default_hs_url}
|
||||
defaultIsUrl={this.props.config.default_is_url}
|
||||
brand={this.props.config.brand}
|
||||
customHsUrl={this.getCurrentHsUrl()}
|
||||
customIsUrl={this.getCurrentIsUrl()}
|
||||
registrationUrl={this.props.registrationUrl}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue