Skip to content

Commit

Permalink
chore(strategies): 🔧 add default config
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Dec 11, 2023
1 parent cde26fc commit 2e3cbad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/breezy-eels-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@svelte-dev/auth-alipay": major
---

Bump to major version
2 changes: 1 addition & 1 deletion packages/auth-alipay/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class AlipayStrategy<
{
appId,
privateKey,
callbackURL,
callbackURL = '/auth/alipay/callback',
signType = AlipayStrategyDefaultSignType,
scope,
userAgent,
Expand Down

0 comments on commit 2e3cbad

Please sign in to comment.