mirror of https://github.com/vector-im/riot-web
Recheck registration state since we may be able to immediately do an HTTP hit if we've been given good QPs
parent
e700a5a219
commit
2d481a6302
|
@ -193,6 +193,7 @@ module.exports = React.createClass({
|
|||
registerLogic.setSessionId(this.state.register_session_id);
|
||||
registerLogic.setRegistrationUrl(this.props.registrationUrl);
|
||||
registerLogic.setIdSid(this.state.register_id_sid);
|
||||
registerLogic.recheckState();
|
||||
return (
|
||||
<Registration
|
||||
onLoggedIn={this.onLoggedIn}
|
||||
|
|
Loading…
Reference in New Issue