From 081a7933adb5e1add9866dff9231330465f8acbb Mon Sep 17 00:00:00 2001 From: David Arranz Date: Fri, 13 Sep 2024 18:14:02 +0200 Subject: [PATCH] . --- client/.env.production | 2 +- client/src/app/auth/LoginPage.tsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/client/.env.production b/client/.env.production index 735a8d2..78931c6 100644 --- a/client/.env.production +++ b/client/.env.production @@ -1 +1 @@ -VITE_API_URL=https://presupuestos.uecko.com:13001/api/v1/ \ No newline at end of file +VITE_API_URL=https://presupuestos.uecko.com:13001/api/v1 \ No newline at end of file diff --git a/client/src/app/auth/LoginPage.tsx b/client/src/app/auth/LoginPage.tsx index 56a96e8..f133320 100644 --- a/client/src/app/auth/LoginPage.tsx +++ b/client/src/app/auth/LoginPage.tsx @@ -33,6 +33,9 @@ export const LoginPage = () => { form.setError("root", error); } }, + onError: (error) => { + console.debug(error); + }, }); const form = useForm({