We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d78dd7 commit 32831b8Copy full SHA for 32831b8
1 file changed
src/routes/(anonymous)/+layout.svelte
@@ -8,7 +8,7 @@
8
9
$effect(() => {
10
if (!$UserStore.loading && $UserStore.self) {
11
- goto(page.url.searchParams.get('redirect') ?? '/login');
+ goto(page.url.searchParams.get('redirect') ?? '/home');
12
}
13
});
14
</script>
0 commit comments