You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want users to update thier own user profiles so I used "updateAccount" as shown below but, the error "Unauthenticated" occurred even though the account is verified and logged in.
:
Are there any ways to let users to update thier own user profiles?
The text was updated successfully, but these errors were encountered:
timytomy
changed the title
How to let users update thier user profiles with token?
How to let users update thier own user profiles with token?
May 30, 2022
I want users to update thier own user profiles so I used "updateAccount" as shown below but, the error "Unauthenticated" occurred even though the account is verified and logged in.
:
So, I added "token" as shown below but the error "Unknown argument "token" on field "updateAccount" of type "Mutation"." occurred:
Are there any ways to let users to update thier own user profiles?
The text was updated successfully, but these errors were encountered: