Update notification.js

install-with-shinobicctv-user-instead-of-root
Moe 2020-08-12 17:49:19 -07:00
parent 09a92e7d17
commit aa1e552325
1 changed files with 1 additions and 1 deletions

View File

@ -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']+' <b>'+s.factorAuth[r.ke][r.uid].key+'</b>. '+r.lang.FactorAuthText1,
};, (error, info) => {
}, (error, info) => {
if (error) {
s.systemLog(r.lang.MailError,error)
return