Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
epixieme committed Aug 27, 2024
1 parent 96256f5 commit 3fedd9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/hooks/useApiClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ function useApiClient() {
const response = await apiCall<responses.googleLogin>('post', '/auth/google', {}, { credential }, true);
const { access_token } = response.data;
Cookies.set('accessToken', access_token, { secure: true, sameSite: 'strict' });
console.log(response.data, 'data');
return response.data;
}

Expand Down

0 comments on commit 3fedd9b

Please sign in to comment.