misc
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user