diff --git a/src/components/auth/AuthForm.tsx b/src/components/auth/AuthForm.tsx index 15af66f..9550461 100644 --- a/src/components/auth/AuthForm.tsx +++ b/src/components/auth/AuthForm.tsx @@ -45,6 +45,7 @@ export function AuthForm({ mode, onToggleMode }: AuthFormProps) { callbackURL: '/' }) if (error) { + console.log("Sign in failed: ", error) setError(error.message || 'Sign in failed') setLoading(false) }