@nibssplc/cams-sdk-react 1.0.0-rc.76 → 1.0.0-rc.77
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 +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -516,7 +516,10 @@ function useCAMSMSALAuth(options) {
|
|
|
516
516
|
return [4 /*yield*/, authenticator.GetUserMFAConfig(mfaConfig)];
|
|
517
517
|
case 3:
|
|
518
518
|
userConfig = _b.sent();
|
|
519
|
-
camsSdk.Logger.debug("MFA Authenticator initialized:",
|
|
519
|
+
camsSdk.Logger.debug("CAMS MFA Authenticator initialized:", {
|
|
520
|
+
mfaConfig: mfaConfig,
|
|
521
|
+
userConfig: userConfig,
|
|
522
|
+
});
|
|
520
523
|
// Don't persist as authenticated until MFA is complete
|
|
521
524
|
if (typeof window !== "undefined" && userConfig.isValid) {
|
|
522
525
|
setAccessToken(response.accessToken);
|