@5minds/node-red-contrib-processcube 1.5.10-logging-identity-not-refreshing-b1c33d-m49n28k0 → 1.5.10-logging-identity-not-refreshing-992f6f-m49px9pc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.10-logging-identity-not-refreshing-b1c33d-m49n28k0",
3
+ "version": "1.5.10-logging-identity-not-refreshing-992f6f-m49px9pc",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -103,7 +103,7 @@ module.exports = function (RED) {
103
103
  });
104
104
 
105
105
  const body = await res.json();
106
- node.log('auth url: ' + body);
106
+ node.log('auth url this is being used: ' + body);
107
107
 
108
108
  const issuer = await oidc.Issuer.discover(body);
109
109