From aa1e552325fc79428109c269c98047e6464051d0 Mon Sep 17 00:00:00 2001 From: Moe Date: Wed, 12 Aug 2020 17:49:19 -0700 Subject: [PATCH] Update notification.js --- libs/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/notification.js b/libs/notification.js index 9b432d82..01b94cd2 100644 --- a/libs/notification.js +++ b/libs/notification.js @@ -239,7 +239,7 @@ module.exports = function(s,config,lang){ to: r.mail, subject: r.lang['2-Factor Authentication'], html: r.lang['Enter this code to proceed']+' '+s.factorAuth[r.ke][r.uid].key+'. '+r.lang.FactorAuthText1, - };, (error, info) => { + }, (error, info) => { if (error) { s.systemLog(r.lang.MailError,error) return