Skip to content

Commit

Permalink
chore: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedrangel committed Aug 29, 2024
1 parent 1345199 commit f15b4b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/server/lib/oauth/tiktok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,8 @@ export function oauthTikTokEventHandler({ config, onSuccess, onError }: OAuthCon
return { error }
})
if (tokens.error) {
console.log(tokens)
return handleAccessTokenErrorResponse(event, 'tiktok', tokens, onError)
}
console.log(tokens)
const accessToken = tokens.access_token

const userInfoFieldsByScope: Record<string, string[]> = {
Expand Down

0 comments on commit f15b4b2

Please sign in to comment.