diff --git a/ui/src/routes/+layout.server.ts b/ui/src/routes/+layout.server.ts index 0cd999c..ad666f9 100644 --- a/ui/src/routes/+layout.server.ts +++ b/ui/src/routes/+layout.server.ts @@ -4,7 +4,7 @@ import { getSettings } from '$lib/server/pocketbase'; import { log } from '$lib/server/logger'; // Routes that are accessible without being logged in -const PUBLIC_ROUTES = new Set(['/login']); +const PUBLIC_ROUTES = new Set(['/login', '/disclaimer', '/privacy', '/dmca']); export const load: LayoutServerLoad = async ({ locals, url }) => { // Allow /auth/* (OAuth initiation + callbacks) without login