Poll for authentication completion

on registration (both for email validation and completion of the
whole auth session).
This commit is contained in:
David Baker 2017-02-24 17:24:10 +00:00
parent 76b381b849
commit 454aa0757a
3 changed files with 17 additions and 0 deletions

View file

@ -311,6 +311,7 @@ module.exports = React.createClass({
sessionId={this.props.sessionId}
clientSecret={this.props.clientSecret}
emailSid={this.props.idSid}
poll={true}
/>
);
} else if (this.state.busy || this.state.teamServerBusy) {