1
0
Fork 0
mirror of synced 2024-07-05 22:51:24 +12:00
appwrite/app/config/locale/translations/templates/en.email.auth.recovery.tpl

16 lines
242 B
Smarty
Raw Normal View History

2020-06-12 11:20:32 +12:00
<p>
2020-06-13 05:07:22 +12:00
Hello {{name}},
2020-06-12 11:20:32 +12:00
</p>
<p>
2020-06-13 05:07:22 +12:00
Follow this link to reset your {{project}} password.
2020-06-12 11:20:32 +12:00
</p>
{{cta}}
<p>
If you didnt ask to reset your password, you can ignore this message.
2020-06-12 11:20:32 +12:00
</p>
<p>
2020-06-13 05:07:22 +12:00
Thanks,
<br />
{{project}} team
</p>