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
Expected:
When logging out using ember-simple-auth session.invalidate(), I expect that the body classes are cleaned up and the current route body class is removed.
Actual:
The current body class is not removed (deactivate is not triggered) and ember-simple-auth redirects to the login route with the old class still in place.
The text was updated successfully, but these errors were encountered:
Expected:
When logging out using ember-simple-auth session.invalidate(), I expect that the body classes are cleaned up and the current route body class is removed.
Actual:
The current body class is not removed (deactivate is not triggered) and ember-simple-auth redirects to the login route with the old class still in place.
The text was updated successfully, but these errors were encountered: