Added Home Img on Home btn

This commit was merged in pull request #603.
This commit is contained in:
2024-02-29 20:06:18 +01:00
parent 1564f29a4c
commit 5b5a083987
4 changed files with 44 additions and 13 deletions
+4
View File
@@ -31,6 +31,10 @@ class usersService {
return this.postAuxEnd("/createuser", reqData);
}
blogData() {
return this.getAuxEnd("/blogdata", null);
}
CompleteOauthLogin(reqData) {
localStorage.setItem("session_token", ``);
return this.postAuxEnd("/authlogin", reqData);