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 837ac81 + 681b80f commit 2908d1bCopy full SHA for 2908d1b
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: "",
+ client_id: "424905758834-2dmk59lkqblmtcmd8cmih8tb5bkp2gek.apps.googleusercontent.com",
38
callback: handleCallbackResponse
39
});
40
google.accounts.id.renderButton(
0 commit comments