1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added user authentication option.

This commit is contained in:
Ylian Saint-Hilaire 2018-10-11 13:29:50 -07:00
parent 170088fa3f
commit 12305fab90
13 changed files with 172 additions and 117 deletions

View file

@ -679,7 +679,7 @@ module.exports.CreateMpsServer = function (parent, db, args, certificates) {
};
function ChangeHostname(socket, host) {
if (socket.tag.host == host) return; // Nothing to change
if (socket.tag.host === host) return; // Nothing to change
socket.tag.host = host;
// Change the device