1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-09 12:12:35 +01:00

fix verify_email template

This commit is contained in:
Puyodead1 2024-07-08 21:23:41 -04:00
parent b92366db5c
commit 4e825cc4d3
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -69,7 +69,7 @@
>
<a
class="btn"
href="{emailVerificationUrl}"
href="{actionUrl}"
target="_blank"
style="
font-size: 15px;
@ -90,8 +90,8 @@
Alternatively, you can directly paste this link into
your browser:
</p>
<a href="{emailVerificationUrl}" target="_blank" style="word-wrap: break-word;"
>{emailVerificationUrl}</a
<a href="{actionUrl}" target="_blank" style="word-wrap: break-word;"
>{actionUrl}</a
>
</div>
</div>