Refetch user info after completing registration
If we don't fetch the info again, the frontpage will redirect us back to /guestregister because the user does not have registration_completed_date set.
parent
b87b4569
No related branches found
No related tags found
Showing
- frontend/src/contexts/userContext.ts 2 additions, 0 deletionsfrontend/src/contexts/userContext.ts
- frontend/src/providers/userProvider.tsx 3 additions, 1 deletionfrontend/src/providers/userProvider.tsx
- frontend/src/routes/guest/register/steps/success.tsx 15 additions, 7 deletionsfrontend/src/routes/guest/register/steps/success.tsx
Please register or sign in to comment