Removed auth cookie on control.ashx websocket connect.

This commit is contained in:
Ylian Saint-Hilaire
2021-11-03 19:22:31 -07:00
parent f71c326231
commit 417598fccc
3 changed files with 3 additions and 6 deletions

View File

@@ -1513,7 +1513,7 @@
setTimeout(function() { mainUpdate(512); }, 200);
// Connect to the mesh server
meshserver = MeshServerCreateControl(domainUrl, authCookie);
meshserver = MeshServerCreateControl(domainUrl);
meshserver.onStateChanged = onStateChanged;
meshserver.onMessage = onMessage;
meshserver.trace = args.trace;