horvathmarton / stock-buddy-dashboard

Web app for the Stock Buddy portfolio monitoring platform.
MIT License
0 stars 0 forks source link

Sidebar is kept open when logging out #25

Closed horvathmarton closed 2 years ago

horvathmarton commented 2 years ago

Expected Behavior

When logging out with an open sidebar, the sidebar dissappears.

Actual Behavior

When logging out with an open sidebar, the sidebar is kept open.

Steps to Reproduce the Problem

  1. Log in as any user.
  2. Open the sidebar.
  3. Click the logout button.

Specifications

Screenshots

Screen Shot 2022-01-29 at 06 30 48
horvathmarton commented 2 years ago

The sidebar always toggles the state on logout. So if it was closed before logout, it'll be open on the login page.