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
logout: reload user info after logout, instead of assuming null (#4383)
because the UI doesn't really know about the anonymous user, except from the API
so.. logout would set user to null, going through the codepath that redirects to /login, which would go to github and log in again
instead, reloading the info when in anonymous mode, the user gets set to the anonymous user, with no redirects
Issue: AAH-2726
0 commit comments