@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.mjs CHANGED
@@ -523,7 +523,7 @@ var AuthenticateApi = class extends BaseService {
523
523
  validateOtp(params, requestOptions) {
524
524
  return __async(this, null, function* () {
525
525
  return yield this.post(
526
- "auth/otp",
526
+ "auth/validate_otp",
527
527
  __spreadValues({
528
528
  app_id: params.appId,
529
529
  otp: params.otp,