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