@obb871001/api-integration-sdk 1.0.177 → 1.0.179
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6231,7 +6231,7 @@ const la = /* @__PURE__ */ zi(Dn), qe = (e) => {
|
|
|
6231
6231
|
), f = q(
|
|
6232
6232
|
async (s) => {
|
|
6233
6233
|
const { oldPwd: U, newPwd: b } = s;
|
|
6234
|
-
return await e.post("/
|
|
6234
|
+
return await e.post("/withdrawPasswordReset", {
|
|
6235
6235
|
old_pwd: qe(U),
|
|
6236
6236
|
new_pwd: qe(b)
|
|
6237
6237
|
});
|