@nibssplc/cams-sdk-react 1.0.0-rc.65 → 1.0.0-rc.66

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.esm.js CHANGED
@@ -493,7 +493,6 @@ function useCAMSMSALAuth(options) {
493
493
  mfaConfig = {
494
494
  accessToken: response.accessToken,
495
495
  idToken: response.idToken,
496
- // appCode,
497
496
  provider: "MSAL",
498
497
  APIAuthEndpoint: MFAEndpoint,
499
498
  };
@@ -501,7 +500,8 @@ function useCAMSMSALAuth(options) {
501
500
  return [4 /*yield*/, authenticator.GetUserMFAConfig(mfaConfig)];
502
501
  case 3:
503
502
  userConfig = _b.sent();
504
- Logger.info("MFA Authenticator initialized:", userConfig);
503
+ Logger.debug("MFA Authenticator initialized:", userConfig);
504
+ console.log("MFA Authenticator initialized:", userConfig);
505
505
  setRequiresMFA(userConfig.userInfo.isMFAEnabled);
506
506
  // Don't persist as authenticated until MFA is complete
507
507
  if (typeof window !== "undefined") {