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