Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
KATTA-00 committed Jul 2, 2023
1 parent 373f096 commit 8798403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fontEnd/sharedspaces-react/src/services/authService.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function getAuthentincate(result, ...args) {
}
)
.then((response) => {
console.log(response.data.access_token);
return result(response.data.access_token, args).catch((error) => {
throw error;
});
Expand Down

0 comments on commit 8798403

Please sign in to comment.