@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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
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
|
-
.
|
|
16707
|
+
.acquireTokenPopup({
|
|
16708
16708
|
scopes: scopes,
|
|
16709
16709
|
account: account,
|
|
16710
16710
|
})
|