This commit is contained in:
2025-03-15 11:04:13 +01:00
parent ced4e1b89c
commit 2008e8ba94

View File

@@ -6,5 +6,6 @@ export async function load(event: RequestEvent) {
if (event.locals.session !== null) {
return redirect(302, "/");
}
return {};
}