@nibssplc/cams-sdk-react 0.0.1-beta.45 → 0.0.1-beta.46
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -17418,7 +17418,7 @@ function CAMSMSALProviderInner(_a) {
|
|
|
17418
17418
|
appCode: auth.appCode
|
|
17419
17419
|
}));
|
|
17420
17420
|
}
|
|
17421
|
-
}, [auth.accessToken, auth.idToken, auth.
|
|
17421
|
+
}, [auth.accessToken, auth.idToken, auth.storageKey]);
|
|
17422
17422
|
// Persist profile separately
|
|
17423
17423
|
React__default.useEffect(function () {
|
|
17424
17424
|
if (typeof window !== "undefined") {
|