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

User creation confirmation on login screen #22

Closed stevenbui44 closed 4 months ago

stevenbui44 commented 4 months ago

When you successfully create an account on /register and automatically go to /login, you should get a message on /login saying that your account was successfully made. The alternative to this would be to try to automatically log into your account and going to /assortments upon login, but I could not figure this out :P