diff --git a/src/routes/(auth)/auth/+page.server.js b/src/routes/(auth)/auth/+page.server.js index 1bfda20..a889f35 100644 --- a/src/routes/(auth)/auth/+page.server.js +++ b/src/routes/(auth)/auth/+page.server.js @@ -25,7 +25,7 @@ export const load = async ({ request, cookies }) => { } catch (e) { console.log(e); } - redirect(302, "/app"); + redirect(302, "/"); } return {