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 273510e commit d072442
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 @@ -57,7 +57,6 @@ const GoogleAuthPage = () => {

await GoogleSigninService.generateCodeChallenge()
.then((result:any)=>{
console.log(result);
setCookies('code_verifier', result.codeVerifier, {
httpOnly: false,
secure: false,
Expand Down

0 comments on commit d072442

Please sign in to comment.