add missing end of re-run for fetchToken
This commit is contained in:
parent
b2456fa97e
commit
2d753a2512
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user