Closed orrshalev closed 1 year ago
(This is on frontend/feature/edit-profile-authed)
frontend/feature/edit-profile-authed
I'm trying to get info in the edit profile page to match that of the logged in user, so I've created a protectedProcedure:
However, when I call this I get unauthorized errors despite being logged in:
(In my-account.tsx)
To get the email from the logged in user, i used the data variable from the useSession hook to retrieve it.
(This is on
frontend/feature/edit-profile-authed
)I'm trying to get info in the edit profile page to match that of the logged in user, so I've created a protectedProcedure:
However, when I call this I get unauthorized errors despite being logged in: