Further cleanup, mostly with svelte 5 migration placeholder cleanup

This commit is contained in:
Mawoka
2025-10-26 11:53:53 +01:00
parent 0c23d9b9c1
commit 41fe3e3ad5
74 changed files with 309 additions and 1154 deletions
-7
View File
@@ -36,10 +36,3 @@ export const handle: Handle = async ({ event, resolve }) => {
event.locals.email = jwt.payload.sub;
return resolve(event);
};
/*export const getSession: GetSession = async (event) => {
return {
email: event.locals.email,
authenticated: Boolean(event.locals.email)
};
};*/