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.
2 parents 2908d1b + 65e0246 commit 017eabdCopy full SHA for 017eabd
src/loginAuthentication/GoogleLogin.jsx
@@ -34,7 +34,7 @@ const GoogleLogin = () => {
34
useEffect(() => {
35
//its global google and its from client
36
google.accounts.id.initialize({
37
- client_id: "424905758834-2dmk59lkqblmtcmd8cmih8tb5bkp2gek.apps.googleusercontent.com",
+ client_id: "",
38
callback: handleCallbackResponse
39
});
40
google.accounts.id.renderButton(
0 commit comments