@nibssplc/cams-sdk-react 0.0.1-beta.18 → 0.0.1-beta.19

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
@@ -16704,7 +16704,7 @@ function useCAMSMSALAuth(options) {
16704
16704
  if (account && !isMFAPending) {
16705
16705
  // Get token silently
16706
16706
  instance
16707
- .acquireTokenSilent({
16707
+ .acquireTokenPopup({
16708
16708
  scopes: scopes,
16709
16709
  account: account,
16710
16710
  })