0
Fork 0
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:
Sam Lord 2022-02-01 15:13:28 +00:00 committed by Daniel Lockyer
parent 805bb0b87a
commit c7e0cc0bf2
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -111,7 +111,7 @@ module.exports = {
ghostMailer.send({
subject,
html: tpl(message, {
amountImported,
importedNumber: amountImported,
siteUrl: urlUtils.getSiteUrl()
}),
forceTextContent: true,