Merge branch 'development' into f047_Edit-der-Namen, bug gefixt

This commit is contained in:
2025-07-08 16:16:42 +02:00
9 changed files with 141 additions and 3 deletions

View File

@@ -5,5 +5,6 @@ export const load: PageServerLoad = (event: ServerLoadEvent) => {
if (!event.locals.user && event.url.pathname !== '/anmeldung') throw redirect(303, '/anmeldung');
return {
user: event.locals.user
};
}