Skip to content
Snippets Groups Projects
Commit b3204c9f authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Merge branch 'GREG-276-show-identity-info' into 'master'

Fix bug in user info fetching on invite page

See merge request !342
parents c567d7b8 8ea83754
No related branches found
No related tags found
1 merge request!342Fix bug in user info fetching on invite page
Pipeline #149105 passed
...@@ -105,7 +105,7 @@ function Invite() { ...@@ -105,7 +105,7 @@ function Invite() {
// observed where the userinfo endpoint is called too fast // observed where the userinfo endpoint is called too fast
// and no invite_id is found in the server-side session // and no invite_id is found in the server-side session
setTimeout(fetchUserInfo, 100) setTimeout(fetchUserInfo, 100)
}, [setTokenOk]) }, [tokenOk])
if (user.auth) { if (user.auth) {
return <ChooseRegistrationMethod /> return <ChooseRegistrationMethod />
......
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