merged master to branch

This commit was merged in pull request #26.
This commit is contained in:
victorAnumudu
2023-04-27 13:52:21 +01:00
9 changed files with 244 additions and 50 deletions
+8
View File
@@ -309,6 +309,14 @@ class usersService {
return this.postAuxEnd("/accounttypes", postData);
}
verifyEmail(code) {
const reqData = {
verify_link: code,
action: 11015
}
return this.postAuxEnd("/verifysignuplink", reqData);
}
/*
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(username)
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(password)