wemcdona / notepad-app

0 stars 0 forks source link

Logout needs to stop the user session #22

Closed CodyTVWeber closed 1 week ago

CodyTVWeber commented 1 week ago

When you are logged in on two tabs, if one tab logs out, another tab should not be able to keep editing notes.

Expected behavior:

  1. Log in to the notes app.
  2. Duplicate the tab
  3. Log out with one tab
  4. Attempting to do anything with the other tab should not work.

Actual behavior:

  1. Log in to the notes app.
  2. Duplicate the tab
  3. Log out with one tab
  4. Attempting to edit a note with the other tab should works.