Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2025-03-14 17:07:01 +01:00
12 Zeilen
330 B
Handlebars
12 Zeilen
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>
|