We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1491c1a commit 7ac9a31Copy full SHA for 7ac9a31
src/Components/Auth/GoogleLoginButton.tsx
@@ -11,8 +11,6 @@ const GoogleLoginButton = ({
11
const handleLogin = useGoogleLogin({
12
flow: "auth-code",
13
onSuccess: async (response: CodeResponse) => {
14
- console.log("credentialResponse", response);
15
-
16
onLogin(response.code);
17
},
18
onError: async (errorResponse) => {
0 commit comments