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({