Skip to content

Commit 65e0246

Browse files
Code modified as hotfix
1 parent 2908d1b commit 65e0246

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: "424905758834-2dmk59lkqblmtcmd8cmih8tb5bkp2gek.apps.googleusercontent.com",
37+
client_id: "",
3838
callback: handleCallbackResponse
3939
});
4040
google.accounts.id.renderButton(

0 commit comments

Comments
 (0)