From c137c3be20b177b370e4a344aa8c848fb28a4f1c Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 6 Aug 2024 11:49:19 +0100 Subject: [PATCH] fix: url hard core --- src/actions/googleAuth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/actions/googleAuth.ts b/src/actions/googleAuth.ts index dbf3d7070..ac7a8ad0b 100644 --- a/src/actions/googleAuth.ts +++ b/src/actions/googleAuth.ts @@ -17,7 +17,6 @@ const googleAuth = async (profile: Profile): Promise => { id_token: profile.id_token, }); - return { data: response.data.user, access_token: response.data.access_token,