mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 13:46:34 +02:00
derp
This commit is contained in:
@@ -13,7 +13,6 @@ module.exports = function (User) {
|
||||
User.auth = {};
|
||||
|
||||
User.auth.logAttempt = function (uid, ip, callback) {
|
||||
console.log('attempt logged');
|
||||
if (!parseInt(uid, 10)) {
|
||||
return setImmediate(callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user