Skip to content
New issue

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

#3: Fix user session #21

Closed
wants to merge 1 commit into from

Conversation

piyushkumar079
Copy link

#3
A single line added in useLogin.js file fixed the issue
localStorage.setItem("user", JSON.stringify(json));
storing the data in localStorage
below is the video

313064213-67bf702b-8838-4524-8c4f-25f21e002cc7.mp4

Now I have created a separate branch to solve the issue
thanks for the guidance

@Yash7426
Copy link
Contributor

Great job, @piyushkumar079!
You should also consider saving user sessions during the signup process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants