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
Filament has a LoginResponse::class which determines what should be done after a user logs in
Would be great this package also accounts for that
I think it is just returning return app(\Filament\Http\Responses\Auth\Contracts\LoginResponse::class); instead of writing code to figure out which URL to call