Skip to content

Commit

Permalink
Fix typo, global.HandleBars -> global.Handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed Jul 14, 2020
1 parent b7b9d7f commit 7af6034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ mainController.forgotPass = function (req, res) {
}

var subject = '[Trudesk] Password Reset Request'
if (template) subject = global.HandleBars.compile(template.subject)(data)
if (template) subject = global.Handlebars.compile(template.subject)(data)

email
.render('password-reset', data)
Expand Down

0 comments on commit 7af6034

Please sign in to comment.