mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
@ -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
Block a user