specify a brand when registering accounts

This commit is contained in:
Matthew Hodgson 2016-06-02 11:50:00 +01:00
parent 0ef0120227
commit 83fd02bdfa
3 changed files with 9 additions and 1 deletions

View file

@ -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}