@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.esm.js
CHANGED
|
@@ -17399,7 +17399,7 @@ function CAMSMSALProviderInner(_a) {
|
|
|
17399
17399
|
appCode: auth.appCode
|
|
17400
17400
|
}));
|
|
17401
17401
|
}
|
|
17402
|
-
}, [auth.accessToken, auth.idToken, auth.
|
|
17402
|
+
}, [auth.accessToken, auth.idToken, auth.storageKey]);
|
|
17403
17403
|
// Persist profile separately
|
|
17404
17404
|
useEffect(function () {
|
|
17405
17405
|
if (typeof window !== "undefined") {
|