danivijay / react-commerce

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

Feedback set 2 #51

Open danivijay opened 5 years ago

danivijay commented 5 years ago
ashinpchandran commented 5 years ago

Fixed "After adding a product, redirect user to dashboard on success " in #52

ashinpchandran commented 5 years ago

"redirect from login/signup to home if token is present"

Fixed in #54

ashinpchandran commented 5 years ago

"delete token and redirect to login/signup if token verification fails"

Deleted token and redirects to home if token verification fails in #53

ashinpchandran commented 5 years ago

"add logout button functionality if token is present"

Fixed in #54