mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
update verify email template to add target
This commit is contained in:
parent
0df1ea22cb
commit
292e722f35
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user