@beam3_dev/api_module 0.0.115 → 0.0.117
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/wb3Api.js +2 -1
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +4 -4
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -1964,9 +1964,10 @@ function nt(e, t = void 0, n = void 0) {
|
|
|
1964
1964
|
onComplete(l) {
|
|
1965
1965
|
console.log("response", l);
|
|
1966
1966
|
const p = typeof l == "string" ? JSON.parse(l)?.x3ds_service_redirect_url : l?.x3ds_service_redirect_url;
|
|
1967
|
-
p ? f(p, {
|
|
1967
|
+
`${i}/login/?service=${p}` ? f(p, {
|
|
1968
1968
|
method: "POST",
|
|
1969
1969
|
headers: {
|
|
1970
|
+
ENO_CSRF_TOKEN: e.token,
|
|
1970
1971
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
1971
1972
|
},
|
|
1972
1973
|
data: JSON.stringify({
|