mirror of
https://github.com/JonasunderscoreJones/dash.jonasjones.dev.git
synced 2025-10-22 18:29:19 +02:00
added register route to redirect to signup
This commit is contained in:
parent
15d6cbede4
commit
8b4ccac99e
1 changed files with 4 additions and 0 deletions
4
src/routes/register/+page.svelte
Normal file
4
src/routes/register/+page.svelte
Normal file
|
@ -0,0 +1,4 @@
|
|||
<script>
|
||||
// redirect to /signup
|
||||
window.location.href = '/signup' + window.location.search;
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue