Skip to content

Commit

Permalink
fix: patch privy auth
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon committed Jan 14, 2025
1 parent c1a1298 commit 2ed7a9b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kit/src/views/Prime/components/PrivyProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export function PrivyProvider({ children }: { children: React.ReactNode }) {
'email',
// 'apple', 'google', 'facebook', 'github'
],
intl: {
defaultCountry: 'CN',
},
}}
>
<PrivyAuthSyncToAtom />
Expand Down
14 changes: 14 additions & 0 deletions patches/@privy-io+react-auth+1.98.4.patch

Large diffs are not rendered by default.

0 comments on commit 2ed7a9b

Please sign in to comment.