Small email 2fa fix.

Ylian Saint-Hilaire committed Mar 14, 2020 at 19:33 UTC 3dba159e75b7c634859c6f8e33919c3ede5b9d8e
2 files changed +1 -2
meshmail.js
-1
@@ -144,7 +144,6 @@ module.exports.CreateMeshMail = function (parent) {
144 var options = { email: email, servername: domain.title ? domain.title : 'MeshCentral', token: token };
145
146 // Send the email
147 - console.log(options);
147 obj.pendingMails.push({ to: email, from: parent.config.smtp.from, subject: mailReplacements(template.htmlSubject, domain, options), text: mailReplacements(template.txt, domain, options), html: mailReplacements(template.html, domain, options) });
148 sendNextMail();
149 };
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.5.0-f",
3 + "version": "0.5.0-g",
4 "keywords": [
5 "Remote Management",
6 "Intel AMT",