add sign in log failed log
This commit is contained in:
parent
89549e00ff
commit
8b9ff9c376
@ -45,6 +45,7 @@ export function AuthForm({ mode, onToggleMode }: AuthFormProps) {
|
|||||||
callbackURL: '/'
|
callbackURL: '/'
|
||||||
})
|
})
|
||||||
if (error) {
|
if (error) {
|
||||||
|
console.log("Sign in failed: ", error)
|
||||||
setError(error.message || 'Sign in failed')
|
setError(error.message || 'Sign in failed')
|
||||||
setLoading(false)
|
setLoading(false)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user