Skip to content

Commit

Permalink
working on backend apis
Browse files Browse the repository at this point in the history
  • Loading branch information
eschremp committed Apr 23, 2024
1 parent 3503576 commit 0e7a7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactFrontEnd/src/Services/LoginService.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LoginService {

instance.post("/user",user)
.then((response) => {
console.log(response);
window.localStorage.setItem("User", JSON.stringify(response));
})


Expand Down

0 comments on commit 0e7a7ba

Please sign in to comment.