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 the user's username present in the header #6

Closed stevenbui44 closed 3 months ago

stevenbui44 commented 3 months ago

You know the top header part that says FlashCode? It should probably say the username of the user so you can tell what permissions the current account has (for debugging and convenience purposes).

image
stevenbui44 commented 3 months ago

It shows up now! (top right corner)

image