mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
moved connect-redis to the redis.db file, expose the sessionStore from redis.js db file, do the same for mongo db with mongo-connect
This commit is contained in:
@@ -43,7 +43,6 @@ var user = require('./user'),
|
||||
}
|
||||
|
||||
if (res) {
|
||||
console.log('logged in', uid);
|
||||
next(null, {
|
||||
user: {
|
||||
uid: uid
|
||||
|
||||
Reference in New Issue
Block a user