@idsoftsource/initial-process 2.7.1 → 2.7.2

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.
@@ -678,10 +678,10 @@ class UserDetailService {
678
678
  OTP — PASSWORD RESET
679
679
  ============================== */
680
680
  sendOtp(model) {
681
- return this.http.post(`${this.baseUrl}/SendOtp`, model);
681
+ return this.http.post(`${this.baseUrl}/GenerateOtp`, model);
682
682
  }
683
683
  verifyOtp(model) {
684
- return this.http.post(`${this.baseUrl}/VerifyOtp`, model);
684
+ return this.http.post(`${this.baseUrl}/ValidateOtp`, model);
685
685
  }
686
686
  /* ==============================
687
687
  PARAM BUILDER