imrealashu / laravel-multiauth

Laravel 5.2 Multiauth Implementation
25 stars 15 forks source link

User Login window showing after Admin login #6

Open dawnpdb opened 7 years ago

dawnpdb commented 7 years ago

After I login with an admin account, when I click on home instead of the page displaying "You are logged in" the login page for user is shown. There must be some issue on redirect.

After logging in as a Admin. When clicking on 'Home' at top left corner beside 'Laravel', instead of going to "/home" page it goes to the "/login" page.