1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00
appwrite/app/config/locale/templates/pt-pt.email.auth.recovery.tpl
2019-10-01 13:29:56 +01:00

25 lines
552 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Olá {{name}},
<br />
<br />
Use este link para repor a sua palavra-passe {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Se não solicitou a reposição da sua palavra-passe, por favor ignore esta mensagem.
<br />
<br />
Com os melhores cumprimentos,
<br />
Equipa {{project}}
</div>