Added ability to share hosts. Fixed up overall UI errors in console and cleaned up code for release.

This commit is contained in:
Karmaa
2025-03-16 12:52:47 -05:00
parent bec8b67303
commit 133262a612
13 changed files with 341 additions and 75 deletions

View File

@@ -32,7 +32,6 @@ io.on("connection", (socket) => {
return;
}
// Require authentication
if (!hostConfig.password && !hostConfig.rsaKey) {
logger.error("No authentication provided");
socket.emit("error", "Authentication required");