when I click login from the landing page with an access token in my cookies it should log me into my account if it is a valid token
What is the actual behavior?
logins me in to the previous users account since it loads the userStore value from the server.
To Reproduce
Steps to reproduce(STR) the behavior:
create two accounts
login on one browser with account 1
close browser savings cookies in storage
login to second account on second browser
open first browser again with saved cookie from the first user and try to hit login page, should redirect you to profile page with the userStore data from the second user
What is the expected behavior?
when I click login from the landing page with an access token in my cookies it should log me into my account if it is a valid token
What is the actual behavior?
logins me in to the previous users account since it loads the userStore value from the server.
To Reproduce
Steps to reproduce(STR) the behavior: