FilamentF
Filament2y ago
Wim

Redirect to app panel instead of admin panel

I have an admin panel and an app panel. The default() is added on the admin panel.
Each time I try to login a user (after invitation email) using auth()->login($user); it would redirect to the admin panel.

Is there a way I can 'force' to go to the app panel?
Was this page helpful?