@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.cjs.js CHANGED
@@ -433,6 +433,12 @@ function useCAMSMSALAuth(options) {
433
433
  idToken: idToken,
434
434
  userProfile: mfaResponse,
435
435
  }));
436
+ camsSdk.Logger.info("MFA completed successfully, storage updated", {
437
+ accessToken: accessToken,
438
+ idToken: idToken,
439
+ isAuthenticated: isAuthenticated,
440
+ requiresMFA: requiresMFA,
441
+ });
436
442
  }
437
443
  // Set requiresMFA to false after storage update
438
444
  setRequiresMFA(false);