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