1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

Create cz.email.auth.recovery.tpl

This commit is contained in:
MasterKN 2019-10-02 00:09:27 +05:30 committed by GitHub
parent e93baf3aee
commit ba0cc7d4bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Ahoj {{name}},
<br />
<br />
Pomocí tohoto odkazu obnovte své heslo {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Pokud jste nepožádali o resetování hesla, můžete tuto zprávu ignorovat.
<br />
<br />
Dík,
<br />
{{project}} tým
</div>