@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.cjs.js CHANGED
@@ -16723,7 +16723,7 @@ function useCAMSMSALAuth(options) {
16723
16723
  if (account && !isMFAPending) {
16724
16724
  // Get token silently
16725
16725
  instance
16726
- .acquireTokenSilent({
16726
+ .acquireTokenPopup({
16727
16727
  scopes: scopes,
16728
16728
  account: account,
16729
16729
  })