Remove legacy tenant Filament panel
This commit is contained in:
@@ -156,7 +156,7 @@ class AuthenticatedSessionController extends Controller
|
||||
|
||||
// Super admins go to Filament superadmin panel
|
||||
if ($user && $user->role === 'super_admin') {
|
||||
return '/admin';
|
||||
return '/super-admin';
|
||||
}
|
||||
|
||||
// Tenant admins go to their PWA dashboard
|
||||
|
||||
Reference in New Issue
Block a user