Skip to content

Commit

Permalink
fix verify_email template
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jul 9, 2024
1 parent b92366d commit 4e825cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/email_templates/verify_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
>
<a
class="btn"
href="{emailVerificationUrl}"
href="{actionUrl}"
target="_blank"
style="
font-size: 15px;
Expand All @@ -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>
Expand Down

0 comments on commit 4e825cc

Please sign in to comment.