Fixed issue with login-in

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-13 17:55:56 +01:00
parent eb69e1e67b
commit ed38c213ac
3 changed files with 4 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ module.exports = function() {
});
socket.on("logout", function() {
Functions.removeSessionAdminPass(Functions.getSession(socket), "", coll, function() {})
Functions.removeSessionAdminPass(Functions.getSession(socket), coll, function() {})
});
socket.on('chromecast', function(msg) {