facn6 / week7-Ayah-Kira

0 stars 2 forks source link

Visual feedback on successful login #32

Open bobbysebolao opened 5 years ago

bobbysebolao commented 5 years ago

If you have time, it would be great to be able to see some indication after the user logs in that they are logged in.

You've already done half the work by creating a cookie that contains information about their logged_in status! You can try adding a <script> tag to your home page that will read the cookie and render a message if the user is logged in.