Skip to content

Commit

Permalink
removed any login methods to use default
Browse files Browse the repository at this point in the history
  • Loading branch information
jmderby committed Oct 18, 2024
1 parent 5f813d6 commit 5cc7e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallets/smart-wallet/next/src/app/_lib/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function Providers({ children }: { children: ReactNode }) {
accent: "#602C1B",
},
}}
loginMethods={["email", "google", "farcaster", "discord"]}
// add more login methods via the 'loginMethods' prop
>
{children}
</CrossmintAuthProvider>
Expand Down

0 comments on commit 5cc7e0e

Please sign in to comment.