@iblai/web-utils 1.6.7 → 1.6.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.d.ts +4 -4
- package/dist/index.esm.js +0 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -7
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3028,13 +3028,6 @@ function useAuthProvider({ middleware = new Map(), onAuthSuccess, onAuthFailure,
|
|
|
3028
3028
|
return;
|
|
3029
3029
|
}
|
|
3030
3030
|
const { needsRefresh, userDataOutOfSync } = await syncCookiesToLocalStorage(storageService);
|
|
3031
|
-
console.log("[AuthProvider] interval poll result", {
|
|
3032
|
-
needsRefresh,
|
|
3033
|
-
userDataOutOfSync,
|
|
3034
|
-
pathname,
|
|
3035
|
-
currentLogoutTimestamp,
|
|
3036
|
-
lastLogoutTimestampRef: lastLogoutTimestampRef.current,
|
|
3037
|
-
});
|
|
3038
3031
|
if (needsRefresh) {
|
|
3039
3032
|
console.log("[auth-redirect] Cookie sync detected changes from another SPA, refreshing page");
|
|
3040
3033
|
let cookieTenantKey;
|