add sign in log failed log

This commit is contained in:
songtianlun 2025-08-30 13:04:50 +08:00
parent 89549e00ff
commit 8b9ff9c376

View File

@ -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)
}