Skip to content

Commit 7617983

Browse files
#TRAPWLS-19 updated
1 parent 45adf48 commit 7617983

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# dependencies
44
/node_modules
5+
/build
56
/.pnp
67
.pnp.js
78

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)