Registration URL is now /register (previously /join)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2026-05-10 19:41:30 +08:00
commit 48978e4639
3 changed files with 98 additions and 97 deletions

View file

@ -35,7 +35,7 @@ languages:
others_links:
- text: "S'inscrire"
href: "//app.happydomain.org/join"
href: "//app.happydomain.org/register"
class: "btn btn-secondary"
icon: "bi-person-plus-fill"
- text: "S'identifier"
@ -91,7 +91,7 @@ params:
others_links:
- text: "Sign up"
href: "//app.happydomain.org/join"
href: "//app.happydomain.org/register"
class: "btn btn-secondary"
icon: "bi-person-plus-fill"
- text: "Sign in"

View file

@ -8,7 +8,7 @@
{{ i18n "cta-account-text" }}
</p>
</div>
<a href="/join" class="btn btn-lg btn-light px-4" style="border-radius: 2em" data-umami-event="cta-join">{{ i18n "cta-account-button" }}</a>
<a href="/register" class="btn btn-lg btn-light px-4" style="border-radius: 2em" data-umami-event="cta-join">{{ i18n "cta-account-button" }}</a>
</div>
</div>
</section>

View file

@ -1,3 +1,4 @@
/domains/* https://app.happydomain.org/domains/:splat
/join https://app.happydomain.org/join
/join https://app.happydomain.org/register
/login https://app.happydomain.org/login
/register https://app.happydomain.org/register