Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoungbang committed Mar 7, 2024
1 parent adeaec0 commit 3d73eec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/api/auth/[...nextauth]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ const authOptions: AuthOptions = {
// token.accessToken = account.access_token
// token.id = profile.id
// }
console.log("jwt")
console.log(token)
console.log(account)
console.log(profile)
console.log("---")
token.test = "sdmfksmk"
return token
},
Expand Down

0 comments on commit 3d73eec

Please sign in to comment.