affiliate-front-shared 1.3.23 → 1.3.24
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/components/popup-mfa/mfa-all-popups/SelectMFAMethod.d.ts +1 -1
- package/dist/components/popup-mfa/mfa-all-popups/index.d.ts +4 -3
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +10 -3
- package/dist/index.mjs.map +1 -1
- package/dist/utils/PackageServicesProvider.d.ts +3 -3
- package/package.json +1 -2
package/dist/index.mjs
CHANGED
|
@@ -4536,7 +4536,7 @@ const Zo = {
|
|
|
4536
4536
|
onClose: r,
|
|
4537
4537
|
setCurrentStep: e,
|
|
4538
4538
|
setConfirmationToken: t,
|
|
4539
|
-
|
|
4539
|
+
enableTwoFactorService: n,
|
|
4540
4540
|
setRefetch: i,
|
|
4541
4541
|
setIdOf2FA: o
|
|
4542
4542
|
}) => {
|
|
@@ -5695,7 +5695,7 @@ const Il = ({
|
|
|
5695
5695
|
setIsOpen: e,
|
|
5696
5696
|
modal: t = 0,
|
|
5697
5697
|
setRefetch: n,
|
|
5698
|
-
|
|
5698
|
+
enableTwoFactorService: i
|
|
5699
5699
|
}) => {
|
|
5700
5700
|
const [o, a] = M(t), [l, d] = M(""), [c, u] = M(), [p, h] = M("");
|
|
5701
5701
|
function f() {
|
|
@@ -5723,7 +5723,14 @@ const Il = ({
|
|
|
5723
5723
|
}, [o]), y = we(() => {
|
|
5724
5724
|
switch (o) {
|
|
5725
5725
|
case 0:
|
|
5726
|
-
return {
|
|
5726
|
+
return {
|
|
5727
|
+
onClose: f,
|
|
5728
|
+
setCurrentStep: a,
|
|
5729
|
+
setConfirmationToken: d,
|
|
5730
|
+
setRefetch: n,
|
|
5731
|
+
setIdOf2FA: u,
|
|
5732
|
+
enableTwoFactorService: i
|
|
5733
|
+
};
|
|
5727
5734
|
case 1:
|
|
5728
5735
|
return { onClose: f, setCurrentStep: a };
|
|
5729
5736
|
case 2:
|