@embedreach/components 0.1.100 → 0.1.102
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/chunks/index.js +0 -2
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -13653,9 +13653,7 @@ const useAuthContext = (reauthCallback) => {
|
|
|
13653
13653
|
return context2;
|
|
13654
13654
|
};
|
|
13655
13655
|
const AuthCallbackHandler = ({ reauthCallback }) => {
|
|
13656
|
-
console.log(`>>>HERE`, reauthCallback);
|
|
13657
13656
|
useAuthContext(reauthCallback);
|
|
13658
|
-
console.log(`>>>HERE2`, reauthCallback);
|
|
13659
13657
|
return null;
|
|
13660
13658
|
};
|
|
13661
13659
|
const matchHtmlEntity = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g;
|