test jenkins webhook
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-06-26 08:07:54 +02:00
parent 35c5323a19
commit 173f36fb50

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
};
}