Refetch user info after completing registration
Compare changes
Files
3@@ -5,6 +5,7 @@ interface IUserContext {
@@ -29,5 +30,6 @@ export const UserContext = createContext<IUserContext>({
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.