thing-it-device-browser
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -210,3 +210,3 @@ module.exports = { | ||
// send jwt token to client | ||
if (authorizationToken) socket.emit("jwtToken", {jwtToken: authorizationToken}); | ||
if (mode == modeEnum.KIOSK && authorizationToken) socket.emit("jwtToken", {jwtToken: authorizationToken}); | ||
@@ -360,2 +360,4 @@ // remove client from authenticated clients on disconnect | ||
contentUrl = "/content"; | ||
// Insert/render markup into website. | ||
@@ -362,0 +364,0 @@ this.render(); |
{ | ||
"name": "thing-it-device-browser", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "[thing-it-node] Device Plugin to show a website", | ||
@@ -5,0 +5,0 @@ "authors": "Marvin Erkes", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
772516
1815