We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After fill the signup form and submit, User has registered but can't store user session in page
The text was updated successfully, but these errors were encountered:
I'm getting this too.
Sorry, something went wrong.
disappointing to not see any feedback. I'm also having the same issue.
Put the below code in constants
export const AUTH_TOKEN = "auth-token"; export const USER_ID = "user-id";
and also if you are sending user token from server it should follow the above pattern:
export const USER_TOKEN = "user-token";
No branches or pull requests
After fill the signup form and submit, User has registered but can't store user session in page
The text was updated successfully, but these errors were encountered: