auth0-blog / angular2-authentication-sample

This is a sample that shows how to add authentication to an Angular 2 (ng2) app
MIT License
966 stars 334 forks source link

After a successful log in, navigating to the url /login takes you to the login page #60

Open fjmva opened 8 years ago

fjmva commented 8 years ago

Normal behaviour, this should route you back to /home, since you are already logged in and should only see /login when not logged in.