1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00
appwrite/app/config/locale/templates/it.email.auth.recovery.tpl

24 lines
559 B
Smarty
Raw Normal View History

2019-10-01 10:29:23 +13:00
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Ciao {{name}},
<br />
<br />
2019-10-01 12:09:55 +13:00
Segui questo link per reimpostare la tua password per {{project}}.
2019-10-01 10:29:23 +13:00
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Se non hai chiesto di reimpostare la password, puoi ignorare questo messaggio.
<br />
<br />
Grazie,
<br />
2019-10-01 12:09:55 +13:00
Il team di {{project}}
2019-10-01 10:29:23 +13:00
</div>