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:
parent
b92366db5c
commit
4e825cc4d3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user