You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
I need a way to redirect to different routes for different user level. I've already looked at
postLogin method located in MrJuliuss\Syntara\Controllers\DashboardController.
if I add some line before the return true statment, login function doesn't work anymore.
Hi @MrJuliuss
I need a way to redirect to different routes for different user level. I've already looked at
postLogin method located in MrJuliuss\Syntara\Controllers\DashboardController.
if I add some line before the return true statment, login function doesn't work anymore.
How can I accomplish this?