1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/th.email.auth.recovery.tpl
2019-10-21 00:17:07 +01:00

25 lines
729 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
สวัสดี {{name}},
<br />
<br />
ตามไปยังลิงค์นี้เพื่อรีเซ็ตรหัสผ่าน {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
หากคุณไม่ได้ขอให้ตั้งรหัสผ่านใหม่คุณสามารถเพิกเฉยต่อข้อความนี้ได้
<br />
<br />
ขอบคุณ,
<br />
ทีม {{project}}
</div>