danivijay / react-commerce

Shopping cart made with ReactJS.
3 stars 2 forks source link

feat(redirection): redirection from login to home #54

Closed ashinpchandran closed 5 years ago

ashinpchandran commented 5 years ago

feat(redirection): redirection from login to home

Added redirection from login to home page when the token is present.

feat(hide login): hide login

Hid the login button in the navbar when the token is present, and instead of it added a logout button.

login

feat(logout button): logout button in navbar

Added logout button functionality and it is working fine.