This commit is contained in:
Untone 2024-05-18 20:50:27 +03:00
parent 95c4d777b2
commit 60664581bd

View File

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