webapp/src/pages/welcome.astro

4 lines
60 B
Plaintext
Raw Normal View History

2022-10-25 16:25:42 +00:00
---
return Astro.redirect('/?modal=auth&mode=register')
---