@openg2p/registry-widgets 1.1.0-dev.7 → 1.1.0-dev.8
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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -10669,7 +10669,7 @@ const IdAuthenticationWidget = ({ config, schemaData: propSchemaData }) => {
|
|
|
10669
10669
|
setResolvedAuthUrl(null);
|
|
10670
10670
|
}, [providerId, providerName]);
|
|
10671
10671
|
const openAuthPopup = useCallback((authUrl) => {
|
|
10672
|
-
if (authConfig?.useIframeOverlay
|
|
10672
|
+
if (authConfig?.useIframeOverlay === true) {
|
|
10673
10673
|
setOverlayUrl(authUrl);
|
|
10674
10674
|
emitHostEvent({ type: 'overlay_opened' });
|
|
10675
10675
|
return;
|