Skip to content

Commit

Permalink
Revert "feat: preserv url search"
Browse files Browse the repository at this point in the history
This reverts commit f59b5b5.
  • Loading branch information
ArmanNik committed Jun 5, 2024
1 parent f59b5b5 commit 19cc67c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/register/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@
<svelte:fragment slot="links">
<li class="inline-links-item">
<span class="text">
Already got an account? <a
class="link"
href={`${base}/login${$page?.url?.search ?? ''}`}>Sign in</a>
Already got an account? <a class="link" href={`${base}/login`}>Sign in</a>
</span>
</li>
</svelte:fragment>
Expand Down

0 comments on commit 19cc67c

Please sign in to comment.