@pega/react-sdk-overrides 8.23.11-debug → 8.23.11-debug2

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.
@@ -99,6 +99,8 @@ class PegaAuth {
99
99
  console.log("authjs(login): loaded a page in iFrame");
100
100
  } else {
101
101
  myWindow.postMessage({type:"PegaAuth"}, redirectOrigin);
102
+ // eslint-disable-next-line no-console
103
+ console.log(`authjs(login): loaded a page in popup window...sending 'PegaAuth' message. redirectOrigin: ${redirectOrigin}`);
102
104
  }
103
105
  } catch(e) {
104
106
  // eslint-disable-next-line no-console
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/react-sdk-overrides",
3
- "version": "8.23.11-debug",
3
+ "version": "8.23.11-debug2",
4
4
  "description": "React SDK - Code for overriding components",
5
5
  "_filesComment": "During packing, npm ignores everything NOT in the files list",
6
6
  "files": [