Skip to content

Commit 21bfb05

Browse files
committed
fix post-sign up and in urls
1 parent 5e3f1a7 commit 21bfb05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/(auth)/login/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
</script>
44

55
<div class="flex items-center justify-center py-10">
6-
<SignIn redirectUrl="/dashboard" />
6+
<SignIn afterSignInUrl="/dashboard" redirectUrl="/dashboard" />
77
</div>

src/routes/(auth)/signup/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
</script>
44

55
<div class="flex items-center justify-center py-10">
6-
<SignUp redirectUrl="/dashboard" />
6+
<SignUp afterSignUpUrl="/dashboard" redirectUrl="/dashboard" />
77
</div>

0 commit comments

Comments
 (0)