temp Commit Mina

This commit is contained in:
2025-05-26 14:11:01 +02:00
parent 59fc791b85
commit 0557d42207
16 changed files with 328 additions and 280 deletions

View File

@@ -12,5 +12,5 @@ export async function handle({ event, resolve }) {
await event.cookies.delete('session');
event.locals.user = null;
}
return resolve(event);
return await resolve(event);
}