serum-390 / soen390-team16-godzilla

Codename GODZILLA: project for course SOEN-390
GNU General Public License v3.0
4 stars 0 forks source link

BUG: The logout button in the top right of the app doesn't actually log you out #128

Open obonobo opened 3 years ago

obonobo commented 3 years ago

Describe the bug There is a log out button in the top right of the app that when clicked opens an alert dialog that says "Logged out". The button is disconnected from the sign-in system that was implemented in PR #111

To Reproduce Steps to reproduce the behavior:

  1. Run the app
  2. Login
  3. Click the logout button in the top right of the navbar
  4. Observe that you are not actually logged out

Expected behavior The app should throw you back to the sign-in page

Screenshots image