Skip to content

Commit

Permalink
fix: url hard core
Browse files Browse the repository at this point in the history
  • Loading branch information
incredible-phoenix246 committed Aug 6, 2024
1 parent 43dc060 commit c137c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/googleAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const googleAuth = async (profile: Profile): Promise<AuthResponse> => {
id_token: profile.id_token,
});


return {
data: response.data.user,
access_token: response.data.access_token,
Expand Down

0 comments on commit c137c3b

Please sign in to comment.