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
Right now the sign out action reset_session (all cookies). Shouldn't it only delete the cookies related to whichever model is being signed out? E.g. if there are two draft:accounts (rare, I know), and one sign out link is clicked, should the other model be signed out too?
The text was updated successfully, but these errors were encountered:
Right now the sign out action
reset_session
(all cookies). Shouldn't it only delete the cookies related to whichever model is being signed out? E.g. if there are twodraft:account
s (rare, I know), and one sign out link is clicked, should the other model be signed out too?The text was updated successfully, but these errors were encountered: