added white lable name

This commit is contained in:
2021-03-23 00:36:53 -04:00
parent 96a97c1d6d
commit 0e212c48cc
5 changed files with 16 additions and 14 deletions
@@ -1,7 +1,7 @@
module.exports = {
subject: 'Validate email for Theta 42 account',
subject: 'Validate email for {{ name }} account',
message: `
<h2> Theta 42 account</h2>
<h2> {{ name }} account</h2>
<p>
Welcome,
@@ -18,7 +18,7 @@ module.exports = {
</p>
Thank you,<br />
Theta 42
{{ name }}
</p>
`
};