We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe69343 commit d6a8ffaCopy full SHA for d6a8ffa
src/routes/(auth)/login/+page.svelte
@@ -5,7 +5,7 @@
5
6
<SignedOut>
7
<div class="flex items-center justify-center py-10">
8
- <SignIn />
+ <SignIn redirectUrl="/dashboard" />
9
</div>
10
</SignedOut>
11
<SignedIn>
src/routes/(auth)/signup/+page.svelte
- <SignUp />
+ <SignUp redirectUrl="/dashboard" />
0 commit comments