fix verify_email
template
This commit is contained in:
parent
b92366db5c
commit
4e825cc4d3
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user