Skip to content

Commit

Permalink
Update wechat.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Dec 28, 2024
1 parent 2651afc commit 7686e3a
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 7686e3a

Please sign in to comment.