Skip to content

Commit

Permalink
chore(providers): formatting tiktok
Browse files Browse the repository at this point in the history
  • Loading branch information
ThangHuuVu committed Feb 8, 2025
1 parent 85815a6 commit 507aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/providers/tiktok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default function TikTok(
id: profile.data.user.open_id,
name: profile.data.user.display_name,
image: profile.data.user.avatar_url,
// Email address is not supported by TikTok.
// Email address is not supported by TikTok.
email: null,
}
},
Expand Down

0 comments on commit 507aadd

Please sign in to comment.