mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue with login-in
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user