Oops, re-add referrer param

as Registration was still using it
pull/21833/head
David Baker 2017-03-02 14:46:18 +00:00
parent dd762cc835
commit 3028b335a4
1 changed files with 1 additions and 0 deletions

View File

@ -1136,6 +1136,7 @@ module.exports = React.createClass({
sessionId={this.state.register_session_id}
idSid={this.state.register_id_sid}
email={this.props.startingFragmentQueryParams.email}
referrer={this.props.startingFragmentQueryParams.referrer}
username={this.state.upgradeUsername}
guestAccessToken={this.state.guestAccessToken}
defaultHsUrl={this.getDefaultHsUrl()}