mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 09:31:17 +01:00
sending callback with welcome email test
This commit is contained in:
@@ -252,7 +252,7 @@ SocketAdmin.email.test = function (socket, data, callback) {
|
||||
case 'welcome':
|
||||
userEmail.sendValidationEmail(socket.uid, {
|
||||
force: 1,
|
||||
});
|
||||
}, callback);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user