initial commit

This commit is contained in:
Ebube
2023-05-03 22:51:43 +01:00
parent ddfbba02e4
commit fbeff6d8c5
5 changed files with 198 additions and 21 deletions
+4
View File
@@ -288,6 +288,10 @@ class usersService {
return this.postAuxEnd("/startresetpasword", reqData)
}
CompleteResetPassword(reqData){
return this.postAuxEnd("/stepresetpass", reqData)
}
getCouponRedeem(){
var postData = {
uuid: localStorage.getItem("uid"),