@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.
- package/lib/helpers/auth.js +2 -0
- package/package.json +1 -1
package/lib/helpers/auth.js
CHANGED
|
@@ -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