UI improvements
This commit is contained in:
@@ -17,7 +17,7 @@ function initializeSocket(io) {
|
||||
const token = socket.handshake.auth.token;
|
||||
if (!token) {
|
||||
console.log("(socket) Not logged in");
|
||||
return next(new Error("(socket) Not logged in"));
|
||||
return next(new Error("Not logged in"));
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user