This commit is contained in:
7
src/routes/cospend/+layout.server.ts
Normal file
7
src/routes/cospend/+layout.server.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
import type { LayoutServerLoad } from "./$types"
|
||||||
|
|
||||||
|
export const load : LayoutServerLoad = async ({locals}) => {
|
||||||
|
return {
|
||||||
|
session: await locals.auth()
|
||||||
|
}
|
||||||
|
};
|
Reference in New Issue
Block a user