@axa-fr/react-oidc 5.10.5 → 5.10.6
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.
|
@@ -114,7 +114,7 @@ const keepAliveAsync = async (event) => {
|
|
|
114
114
|
const originalRequest = event.request;
|
|
115
115
|
const isFromVanilla = originalRequest.headers.has('oidc-vanilla');
|
|
116
116
|
if(!isFromVanilla) {
|
|
117
|
-
await sleep(
|
|
117
|
+
await sleep(15000);
|
|
118
118
|
}
|
|
119
119
|
const init = {"status": 200, "statusText": 'oidc-service-worker'};
|
|
120
120
|
return new Response('{}', init);
|
package/package.json
CHANGED
|
@@ -114,7 +114,7 @@ const keepAliveAsync = async (event) => {
|
|
|
114
114
|
const originalRequest = event.request;
|
|
115
115
|
const isFromVanilla = originalRequest.headers.has('oidc-vanilla');
|
|
116
116
|
if(!isFromVanilla) {
|
|
117
|
-
await sleep(
|
|
117
|
+
await sleep(15000);
|
|
118
118
|
}
|
|
119
119
|
const init = {"status": 200, "statusText": 'oidc-service-worker'};
|
|
120
120
|
return new Response('{}', init);
|