mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Create lt.email.auth.confirm.tpl
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<style>
|
||||
* {
|
||||
font-family: sans-serif,Arial;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-weight: lighter;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div style="direction: {{direction}}">
|
||||
Sveiki,
|
||||
<br />
|
||||
<br />
|
||||
Šis laiškas buvo išsiųstas dėl to, kad <b>{{owner}}</b> kviečia tapti komandos <b>{{team}}</b> nariu projekte {{project}}.
|
||||
<br />
|
||||
<br />
|
||||
Paspauskite nuorodą, kad prisijungti prie komandos <b>{{team}}</b> :
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
<br />
|
||||
Jeigu jums neįdomu, ignoruokite šį pranešimą.
|
||||
<br />
|
||||
<br />
|
||||
Ačiū,
|
||||
<br />
|
||||
komanda {{project}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user