add frontend_path

This commit is contained in:
Alex
2025-03-03 14:00:31 +01:00
parent d1d5d839ae
commit 3d349a709c
5 changed files with 17 additions and 13 deletions

View File

@@ -69,7 +69,7 @@
</div>
<div style="text-align: center; padding: 16px 24px 16px 24px">
<a
href=" {{.BASEURL}}/backend/auth/password/change/{{.UserID}}?token={{.Token}}"
href=" {{.BASEURL}}{{.FRONTEND_PATH}}/auth/password/change/{{.UserID}}?token={{.Token}}"
style="
color: #ffffff;
font-size: 26px;
@@ -123,7 +123,7 @@
padding: 4px 24px 16px 24px;
"
>
{{.BASEURL}}/backend/auth/password/change/{{.UserID}}?token={{.Token}}
{{.BASEURL}}{{.FRONTEND_PATH}}/auth/password/change/{{.UserID}}?token={{.Token}}
</div>
<div style="font-weight: normal; padding: 16px 24px 16px 24px">
Mit Freundlichen Grüßen,

View File

@@ -6,7 +6,7 @@ dies nicht angefordert haben, ignoriere diese E-Mail einfach.
Ansonsten kannst Du Dein Passwort jetzt ändern, indem Du hier auf den Link klickst:
Passwort ändern:
{{.BASEURL}}/backend/auth/password/change/{{.UserID}}?token={{.Token}}
{{.BASEURL}}{{.FRONTEND_PATH}}/auth/password/change/{{.UserID}}?token={{.Token}}
Mit Freundlichen Grüßen,