add user to cospend header
Some checks failed
CI / update (push) Failing after 4s

This commit is contained in:
2025-09-12 17:29:49 +02:00
parent 4cb2f6a958
commit 915f27d275

View File

@@ -0,0 +1,7 @@
import type { LayoutServerLoad } from "./$types"
export const load : LayoutServerLoad = async ({locals}) => {
return {
session: await locals.auth()
}
};