1
0
Fork 0
mirror of synced 2024-07-04 22:20:45 +12:00
appwrite/app/config/locale/templates/en.email.auth.recovery.tpl

25 lines
511 B
Smarty
Raw Normal View History

2019-05-09 18:54:39 +12:00
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hello {{name}},
<br />
<br />
Follow this link to reset your {{project}} password.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
If you didnt ask to reset your password, you can ignore this message.
<br />
<br />
Thanks,
<br />
{{project}} team
</div>