mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
basic import functionality; dockerfile fixes; session and cookie handling fixes
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
}, function(err, data) {
|
||||
if(err) console.log('Email not sent:', err);
|
||||
if (err) console.error("Error sending email:", err);
|
||||
else console.log("Email sent.");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user