stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

Make a page/button for logging out #7

Closed stevenbui44 closed 3 months ago

stevenbui44 commented 3 months ago

Add a logout button on the header part of the page where you can log out of your account and go to the login screen since I'm not completely sure if going to /logout always works.

image
stevenbui44 commented 3 months ago

There is a logout button now! (top right)

image