diff --git a/src/pages/Auth.tsx b/src/pages/Auth.tsx index f4419744..c8ecf606 100644 --- a/src/pages/Auth.tsx +++ b/src/pages/Auth.tsx @@ -120,7 +120,7 @@ export default function Auth() { } }; - const handleSocialSignIn = async (provider: 'google' | 'github') => { + const handleSocialSignIn = async (provider: 'google' | 'discord') => { try { const { error } = await supabase.auth.signInWithOAuth({ provider, @@ -252,13 +252,13 @@ export default function Auth() {