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
Currently a user sees Incorrect email address and/or password. even if their credentials are correct. This is because the request includes the session cookie but not the CSRF token.
@matthew-white has suggested sending a second request to /sessions/restore and in case of a different user attempting to log in, display a message like “You are already logged in as X. Please refresh the page to continue.”
The text was updated successfully, but these errors were encountered:
Currently a user sees
Incorrect email address and/or password.
even if their credentials are correct. This is because the request includes the session cookie but not the CSRF token.@matthew-white has suggested sending a second request to
/sessions/restore
and in case of a different user attempting to log in, display a message like“You are already logged in as X. Please refresh the page to continue.”
The text was updated successfully, but these errors were encountered: