refac/fix: redirect

This commit is contained in:
Timothy Jaeryang Baek 2025-10-07 10:53:58 -05:00
parent 861953fd2d
commit db1780678e

View file

@ -48,7 +48,7 @@
await config.set(await getBackendConfig());
if (!redirectPath) {
redirectPath = $page.url.searchParams.get('redirectPath') || '/';
redirectPath = $page.url.searchParams.get('redirect') || '/';
}
goto(redirectPath);