This commit is contained in:
Baris Usakli
2019-04-05 12:32:19 -04:00
parent e479fad792
commit fb58e23914

View File

@@ -391,7 +391,7 @@ authenticationController.onSuccessfulLogin = function (req, uid, callback) {
}, },
function (next) { function (next) {
user.updateOnlineUsers(uid, next); user.updateOnlineUsers(uid, next);
} },
], function (err) { ], function (err) {
next(err); next(err);
}); });