Skip to content

Commit

Permalink
remove twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
bygimenez committed Feb 18, 2024
1 parent 978d7fa commit 644c0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/login/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function AuthUI() {
<div className='max-w-2xl max-md:py-24'>
<Auth
supabaseClient={supabase}
providers={['discord', 'twitter', 'github']}
providers={['discord', 'github']}
redirectTo='http://applio.org/auth/callback'
appearance={{
theme: ThemeSupa, }}
Expand Down

0 comments on commit 644c0d9

Please sign in to comment.