add user to cospend header

This commit is contained in:
2025-09-12 17:29:49 +02:00
parent 96b897808c
commit 404bf502e5
+7
View File
@@ -0,0 +1,7 @@
import type { LayoutServerLoad } from "./$types"
export const load : LayoutServerLoad = async ({locals}) => {
return {
session: await locals.auth()
}
};