Skip to content

Commit 2908d1b

Browse files
Merge branch 'master' into develop
2 parents 837ac81 + 681b80f commit 2908d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loginAuthentication/GoogleLogin.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const GoogleLogin = () => {
3434
useEffect(() => {
3535
//its global google and its from client
3636
google.accounts.id.initialize({
37-
client_id: "",
37+
client_id: "424905758834-2dmk59lkqblmtcmd8cmih8tb5bkp2gek.apps.googleusercontent.com",
3838
callback: handleCallbackResponse
3939
});
4040
google.accounts.id.renderButton(

0 commit comments

Comments
 (0)