Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed Jun 23, 2024
1 parent d072442 commit 903d02f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/(full-page)/auth/google/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const GoogleAuthPage = () => {

GoogleSigninService.getAuthenticated(codeVerifier, authCode)
.then((data) => {
console.log(data);
//clear cookies
removeCookie('state');
removeCookie('code_verifier');
Expand Down

0 comments on commit 903d02f

Please sign in to comment.