mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix: commatation in email html
This commit is contained in:
parent
06cd61e53a
commit
9bc52e8900
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<p>{{hello}}</p>
|
<p>{{hello}},</p>
|
||||||
<p>{{body}}</p>
|
<p>{{body}}</p>
|
||||||
<p><a href="{{redirect}}" target="_blank">{{redirect}}</a></p>
|
<p><a href="{{redirect}}" target="_blank">{{redirect}}</a></p>
|
||||||
<p>{{footer}}</p>
|
<p>{{footer}}</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue