@nibssplc/cams-sdk-react 0.0.1-beta.73 → 0.0.1-beta.74

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
@@ -413,6 +413,12 @@ function useCAMSMSALAuth(options) {
413
413
  idToken: idToken,
414
414
  userProfile: mfaResponse,
415
415
  }));
416
+ Logger.info("MFA completed successfully, storage updated", {
417
+ accessToken: accessToken,
418
+ idToken: idToken,
419
+ isAuthenticated: isAuthenticated,
420
+ requiresMFA: requiresMFA,
421
+ });
416
422
  }
417
423
  // Set requiresMFA to false after storage update
418
424
  setRequiresMFA(false);