diff --git a/core/server/api/authentication.js b/core/server/api/authentication.js index 004a47f74e..122b945a19 100644 --- a/core/server/api/authentication.js +++ b/core/server/api/authentication.js @@ -269,7 +269,7 @@ authentication = { }] }; - return mail.send(payload, {context: {internal: true}}).catch(function (error) { + mail.send(payload, {context: {internal: true}}).catch(function (error) { errors.logError( error.message, 'Unable to send welcome email, your blog will continue to function.',