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 5e3f1a7 commit 21bfb05Copy full SHA for 21bfb05
src/routes/(auth)/login/+page.svelte
@@ -3,5 +3,5 @@
3
</script>
4
5
<div class="flex items-center justify-center py-10">
6
- <SignIn redirectUrl="/dashboard" />
+ <SignIn afterSignInUrl="/dashboard" redirectUrl="/dashboard" />
7
</div>
src/routes/(auth)/signup/+page.svelte
- <SignUp redirectUrl="/dashboard" />
+ <SignUp afterSignUpUrl="/dashboard" redirectUrl="/dashboard" />
0 commit comments