Skip to content

Commit 7ac9a31

Browse files
committed
remove debugging console log
1 parent 1491c1a commit 7ac9a31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Components/Auth/GoogleLoginButton.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ const GoogleLoginButton = ({
1111
const handleLogin = useGoogleLogin({
1212
flow: "auth-code",
1313
onSuccess: async (response: CodeResponse) => {
14-
console.log("credentialResponse", response);
15-
1614
onLogin(response.code);
1715
},
1816
onError: async (errorResponse) => {

0 commit comments

Comments
 (0)