.
This commit is contained in:
parent
e742608a11
commit
081a7933ad
@ -1 +1 @@
|
||||
VITE_API_URL=https://presupuestos.uecko.com:13001/api/v1/
|
||||
VITE_API_URL=https://presupuestos.uecko.com:13001/api/v1
|
||||
@ -33,6 +33,9 @@ export const LoginPage = () => {
|
||||
form.setError("root", error);
|
||||
}
|
||||
},
|
||||
onError: (error) => {
|
||||
console.debug(error);
|
||||
},
|
||||
});
|
||||
|
||||
const form = useForm<LoginDataForm>({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user