@bzbs/react-api-client 1.0.2 → 1.0.3
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -566,7 +566,7 @@ var AuthenticateApi = class extends BaseService {
|
|
|
566
566
|
validateOtp(params, requestOptions) {
|
|
567
567
|
return __async(this, null, function* () {
|
|
568
568
|
return yield this.post(
|
|
569
|
-
"auth/
|
|
569
|
+
"auth/validate_otp",
|
|
570
570
|
__spreadValues({
|
|
571
571
|
app_id: params.appId,
|
|
572
572
|
otp: params.otp,
|