logfix
This commit is contained in:
parent
95c4d777b2
commit
60664581bd
|
@ -95,8 +95,8 @@ export const LoginForm = () => {
|
|||
|
||||
try {
|
||||
const { errors } = await signIn({ email: email(), password: password() })
|
||||
console.error('[signIn errors]', errors)
|
||||
if (errors?.length > 0) {
|
||||
console.debug('[signIn] errors:', errors)
|
||||
if (
|
||||
errors.some(
|
||||
(error) =>
|
||||
|
|
Loading…
Reference in New Issue
Block a user