user currect task due time implementation

This commit was merged in pull request #140.
This commit is contained in:
victorAnumudu
2023-06-05 19:24:54 +01:00
parent 36ee1e8987
commit 8a81e6da54
4 changed files with 51 additions and 29 deletions
+2 -1
View File
@@ -16,9 +16,10 @@ class usersService {
return this.postAuxEnd("/completesignuplink", reqData);
}
// FUNCTION TO GET USER CURRENT TASK DUE TIME
getHomeDate() {
var postData = {
uuid: localStorage.getItem("uid"),
// uuid: localStorage.getItem("uid"),
uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),