Skip to content
Snippets Groups Projects
Commit 2d753a25 authored by Anton Georgiev's avatar Anton Georgiev
Browse files

add missing end of re-run for fetchToken

parent b2456fa9
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment