Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2025-03-14 17:07:01 +01:00
13 Zeilen
336 B
Handlebars
13 Zeilen
336 B
Handlebars
![]() |
Delete Your Account
|
||
|
<!---------------->
|
||
|
<html>
|
||
|
<p>
|
||
|
click the link below to delete your account.
|
||
|
<br>
|
||
|
<br>
|
||
|
<a href="{{url}}/#/verify-recover-delete?userId={{user_id}}&token={{token}}&email={{email}}">
|
||
|
Delete Your Account</a>
|
||
|
</p>
|
||
|
<p>If you did not request this email to delete your account, you can safely ignore this email.</p>
|
||
|
</html>
|