SvelteKit Updated, Uppy broken

This commit is contained in:
Mawoka
2025-09-21 10:48:07 +02:00
parent a87f59f5c0
commit fa533257b3
20 changed files with 1017 additions and 810 deletions
@@ -11,7 +11,7 @@ export async function load({ parent, url }) {
const { email } = await parent();
if (email) {
throw redirect(302, returnTo);
redirect(302, returnTo);
}
return {
verified: verified !== null