Added ability to share hosts. Fixed up overall UI errors in console and cleaned up code for release.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user