TarikHuber / rmw-shell

Shell of main components for the React Most Wanted project
26 stars 23 forks source link

User, admin signin #14

Closed sobiso closed 6 years ago

sobiso commented 6 years ago

It's possible to have two different redirect ie:

  1. User login /my account
  2. Admin login /dashboard ?
TarikHuber commented 6 years ago

Hi @sobiso ,

Actually, after sign in success it is redirecting to /. There is just a redirect in the routes to /dashboard from /. If you change that it should work.