return the ips of the account we are looking at

v1.18.x
Barış Soner Uşaklı 9 years ago
parent 1a669cb5fb
commit 71c697037d

@ -42,7 +42,7 @@ settingsController.get = function(req, res, callback) {
getHomePageRoutes(next); getHomePageRoutes(next);
}, },
ips: function (next) { ips: function (next) {
user.getIPs(req.uid, 4, next); user.getIPs(userData.uid, 4, next);
}, },
sessions: async.apply(user.auth.getSessions, userData.uid, req.sessionID) sessions: async.apply(user.auth.getSessions, userData.uid, req.sessionID)
}, next); }, next);

Loading…
Cancel
Save