mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue where login-with cookie didn't work as expected
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = function() {
|
||||
socket.emit("get_list");
|
||||
|
||||
var guid = Functions.hash_pass(socket.handshake.headers["user-agent"] + socket.handshake.address + socket.handshake.headers["accept-language"]);
|
||||
|
||||
socket.guid = guid;
|
||||
socket.on('close', function() {
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user