Skip to content

Commit

Permalink
chore(providers): remove console.log in WeChat provider (#12431)
Browse files Browse the repository at this point in the history
Update wechat.ts

Co-authored-by: Thang Vu <hi@thvu.dev>
  • Loading branch information
arvinxx and ThangHuuVu authored Dec 29, 2024
1 parent ed4511c commit 9dbc9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/providers/wechat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function WeChat(
}
): OAuthConfig<WeChatProfile> {
const { clientId, clientSecret, platformType = "OfficialAccount" } = options
console.log(options)

return {
id: "wechat",
name: "WeChat",
Expand Down

0 comments on commit 9dbc9ba

Please sign in to comment.