Skip to content

Commit 7a6be6d

Browse files
authored
Create lt.email.auth.recovery.tpl
1 parent 28fbd5e commit 7a6be6d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<style>
2+
* {
3+
font-family: sans-serif,Arial;
4+
-webkit-font-smoothing: antialiased;
5+
font-weight: lighter;
6+
}
7+
</style>
8+
9+
<div style="direction: {{direction}}">
10+
Sveiki, {{name}},
11+
<br />
12+
<br />
13+
Paspauskite nuorodą, kad pakeisti slaptožodį projektui {{project}}.
14+
<br />
15+
<a href="{{redirect}}">{{redirect}}</a>
16+
<br />
17+
<br />
18+
Jei neprašėte atkurti slaptažodžio, ignoruokite šį laišką.
19+
<br />
20+
<br />
21+
Ačiū,
22+
<br />
23+
komanda {{project}}
24+
</div>

0 commit comments

Comments
 (0)