Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenstar74 committed Aug 27, 2024
1 parent 708290d commit 3765791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/UserAUnauthorizedPages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function LoginPage() {
const handleGoogleError = (error: any) => {
console.error('Google Login Failed:', error);
};
console.log("GOOGLE_CLIENT_ID", GOOGLE_CLIENT_ID)

return (
<GoogleOAuthProvider clientId={GOOGLE_CLIENT_ID!}>
<Page style={{ background: 'white' }}>
Expand Down

0 comments on commit 3765791

Please sign in to comment.