add missing end of re-run for fetchToken

This commit is contained in:
Anton Georgiev 2019-07-12 21:38:19 +00:00
parent b2456fa97e
commit 2d753a2512

View File

@ -60,6 +60,7 @@ class JoinHandler extends Component {
this.numFetchTokenRetries += 1;
setTimeout(() => this.fetchToken(), 200);
return;
}
const urlParams = new URLSearchParams(window.location.search);
const sessionToken = urlParams.get('sessionToken');