Skip to content

Commit

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

0 comments on commit f59b5b5

Please sign in to comment.