1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 01:31:34 +02:00

update verify email template to add target

This commit is contained in:
Puyodead1 2023-01-19 22:34:56 -05:00 committed by Puyodead1
parent 0df1ea22cb
commit 292e722f35

View File

@ -61,7 +61,13 @@
below to verify your email address:
</p>
<div>
<div style="display: flex; justify-content: center; padding-bottom: 10px;">
<div
style="
display: flex;
justify-content: center;
padding-bottom: 10px;
"
>
<a class="btn" href="{verificationUrl}" target="_blank"
>Verify Email</a
>
@ -72,14 +78,14 @@
display: flex;
justify-content: center;
flex-direction: column;
text-align: center
text-align: center;
"
>
<p>
Alternatively, you can directly paste this link into
your browser:
</p>
<a href="{verificationUrl}"
<a href="{verificationUrl}" target="_blank"
>{verificationUrl}</a
>
</div>