1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/config/locales/templates/en.email.auth.recovery.tpl
2020-01-11 15:58:02 +02:00

25 lines
509 B
Smarty

<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 didn't ask to reset your password, you can ignore this message.
<br />
<br />
Thanks,
<br />
{{project}} team
</div>