@marqeta/ux-toolkit-sdk-javascript 2.22.0 → 2.22.1
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.
|
@@ -18233,11 +18233,11 @@ var _RestIdpService = /*#__PURE__*/ function(iIdpService) {
|
|
|
18233
18233
|
headers: {
|
|
18234
18234
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
18235
18235
|
},
|
|
18236
|
-
body: new URLSearchParams(
|
|
18236
|
+
body: new URLSearchParams({
|
|
18237
18237
|
mfa_token: request.mfaToken,
|
|
18238
18238
|
challenge_type: "oob",
|
|
18239
18239
|
client_id: request.clientId
|
|
18240
|
-
}
|
|
18240
|
+
}).toString()
|
|
18241
18241
|
})
|
|
18242
18242
|
];
|
|
18243
18243
|
case 1:
|
|
@@ -17817,11 +17817,11 @@ var _RestIdpService = /*#__PURE__*/ function(iIdpService) {
|
|
|
17817
17817
|
headers: {
|
|
17818
17818
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
17819
17819
|
},
|
|
17820
|
-
body: new URLSearchParams(
|
|
17820
|
+
body: new URLSearchParams({
|
|
17821
17821
|
mfa_token: request.mfaToken,
|
|
17822
17822
|
challenge_type: "oob",
|
|
17823
17823
|
client_id: request.clientId
|
|
17824
|
-
}
|
|
17824
|
+
}).toString()
|
|
17825
17825
|
})
|
|
17826
17826
|
];
|
|
17827
17827
|
case 1:
|