Skip to content

Commit

Permalink
Auth: add farcaster auth method to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmderby committed Oct 23, 2024
1 parent 4e3c83c commit 34b770a
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={["google", "email"]}
loginMethods={["google", "email", "farcaster"]}
>
{children}
</CrossmintAuthProvider>
Expand Down

0 comments on commit 34b770a

Please sign in to comment.