diff --git a/src/routes/+layout.server.ts b/src/routes/+layout.server.ts index 9908f86..1f7ee7f 100644 --- a/src/routes/+layout.server.ts +++ b/src/routes/+layout.server.ts @@ -21,6 +21,7 @@ export const load: LayoutServerLoad = async ({ locals }) => { return { recipes, - authenticated: locals.authenticated + authenticated: locals.authenticated, + hasAccess: locals.hasAccess }; }; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 3318848..e404177 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -47,7 +47,7 @@ © 2025 Birbante - Italian Apericena & Dolce Vita