This commit is contained in:
2025-12-18 11:19:01 -05:00
parent 3e3d9ed89b
commit 2327e330de
11 changed files with 93 additions and 65 deletions

View File

@@ -2,7 +2,7 @@
import Base from "../layouts/Base.astro";
import Root from "../components/AppLayout.jsx";
// Auth handled by middleware - user available in Astro.locals.user
// User populated by middleware when logged in
const user = Astro.locals.user as any;
---
<Base>