UI improvements

This commit is contained in:
slawk0
2024-12-28 23:00:22 +01:00
parent 7c171d7215
commit a7866a3f3a
5 changed files with 35 additions and 10 deletions

View File

@@ -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 {