mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-17 02:36:37 +00:00
13 lines
330 B
Handlebars
13 lines
330 B
Handlebars
Verify Your Email
|
|
<!---------------->
|
|
<html>
|
|
<p>
|
|
Verify this email address for your account by clicking the link below.
|
|
<br>
|
|
<br>
|
|
<a href="{{url}}/#/verify-email/?userId={{user_id}}&token={{token}}">
|
|
Verify Email Address Now</a>
|
|
</p>
|
|
<p>If you did not request to verify your account, you can safely ignore this email.</p>
|
|
</html>
|