Fix leftover Events routes breaking SSO and dashboard.
Deploy Ladill Mini / deploy (push) Failing after 52s

Replace events.* route names with mini.* defaults, remove unused topbar search, and align deploy script with ladill-mini paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 18:54:59 +00:00
co-authored by Cursor
parent df70611345
commit 987f7dce0c
8 changed files with 21 additions and 67 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class TeamController extends Controller
$request->session()->put('ladill_account', (int) $validated['account']);
return redirect()->route('events.dashboard');
return redirect()->route('mini.dashboard');
}
private function canManage(Request $request): bool