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
+3 -3
View File
@@ -1,7 +1,7 @@
module.exports = {
subject: 'Password reset for Theta 42 account',
subject: 'Password reset for {{ name }} account',
message: `
<h2> Theta 42 account</h2>
<h2> {{ name }} account</h2>
<p>
Hello {{ user.givenName }},
@@ -19,7 +19,7 @@ module.exports = {
</p>
Thank you,<br />
Theta 42
{{ name }}
</p>
`
};