mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed the TPL variable name used for verification trigger
no issue - not nice but it get the job done for now
This commit is contained in:
parent
805bb0b87a
commit
c7e0cc0bf2
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ module.exports = {
|
|||
ghostMailer.send({
|
||||
subject,
|
||||
html: tpl(message, {
|
||||
amountImported,
|
||||
importedNumber: amountImported,
|
||||
siteUrl: urlUtils.getSiteUrl()
|
||||
}),
|
||||
forceTextContent: true,
|
||||
|
|
Loading…
Reference in a new issue