diff --git a/www/app/auth/page.tsx b/www/app/auth/page.tsx index de1853c..3bab1cd 100644 --- a/www/app/auth/page.tsx +++ b/www/app/auth/page.tsx @@ -59,7 +59,7 @@ export default function Auth() { router.push('/settings'); } else { // Refresh the session to include the new Discord identity - const { _, error } = await supabase.auth.refreshSession(); + const { error } = await supabase.auth.refreshSession(); if (error) { console.error('Error refreshing session:', error); Swal.fire({