Recheck registration state since we may be able to immediately do an HTTP hit if we've been given good QPs
This commit is contained in:
parent
e700a5a219
commit
2d481a6302
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ module.exports = React.createClass({
|
||||||
registerLogic.setSessionId(this.state.register_session_id);
|
registerLogic.setSessionId(this.state.register_session_id);
|
||||||
registerLogic.setRegistrationUrl(this.props.registrationUrl);
|
registerLogic.setRegistrationUrl(this.props.registrationUrl);
|
||||||
registerLogic.setIdSid(this.state.register_id_sid);
|
registerLogic.setIdSid(this.state.register_id_sid);
|
||||||
|
registerLogic.recheckState();
|
||||||
return (
|
return (
|
||||||
<Registration
|
<Registration
|
||||||
onLoggedIn={this.onLoggedIn}
|
onLoggedIn={this.onLoggedIn}
|
||||||
|
|
Loading…
Add table
Reference in a new issue