implemented user login history

This commit was merged in pull request #34.
This commit is contained in:
victorAnumudu
2023-02-05 00:15:40 +01:00
parent 76dbfde6be
commit d7e1fa7ccb
2 changed files with 105 additions and 129 deletions
+7
View File
@@ -17,6 +17,13 @@ class usersService {
return this.getAuxEnd("/reminders", reqData);
}
getUserLoginHistory(){
var reqData = {
member_id: localStorage.getItem("member_id")
};
return this.getAuxEnd("/loginhx", reqData);
}
//---------------------------------------- -----
//---------------------------------------- -----
// Unified call below