Remove legacy tenant Filament panel
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-04 18:47:36 +01:00
parent 15e19d4e8b
commit 8805c8264c
30 changed files with 4 additions and 2267 deletions

View File

@@ -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