Skip to content

Commit

Permalink
Update auth-operations.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayotopia04 authored Jul 16, 2024
1 parent a9abe75 commit 3e04ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redux/auth/auth-operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const handleLogin = createAsyncThunk('users/login', async (data, { reject

export const handleGoogleLogin = createAsyncThunk('users/googleLogin', async (data, { rejectWithValue }) => {
try {
console.log("calling users googleLogin");
const result = await api.googleLogin(data);
return result;
} catch (error) {
Expand Down

0 comments on commit 3e04ee3

Please sign in to comment.