Skip to content

Commit

Permalink
add login providers
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 8, 2024
1 parent c2d0ff4 commit 89ad809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/components/AuthUser/AuthUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const AuthUser = (): JSX.Element => {
},
},
}}
providers={[]}
providers={["google", "discord", "twitter"]}
redirectTo="/"
socialLayout="horizontal"
supabaseClient={supabase}
Expand Down
2 changes: 1 addition & 1 deletion packages/site/src/app/(auth)/sign-in/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SignIn = () => {
<div className="w-[350px]">
<Auth
supabaseClient={supabaseClient}
providers={["google"]}
providers={["google", "discord", "twitter"]}
magicLink={true}
appearance={{
theme: ThemeSupa,
Expand Down

0 comments on commit 89ad809

Please sign in to comment.