The form still works, but when I get an error the browser logs an Uncaught (in promise) {_error: "Contraseña invalida"} error.
This seems because the error is not being catched with a .catch() function, I could be wrong tho.
Sorry if I'm being oblivious but I'm still wrapping my head in some of these concepts.
Any guidance would be greatly appreciated.
The form still works, but when I get an error the browser logs an
Uncaught (in promise) {_error: "Contraseña invalida"}error.This seems because the error is not being catched with a
.catch()function, I could be wrong tho.Sorry if I'm being oblivious but I'm still wrapping my head in some of these concepts.
Any guidance would be greatly appreciated.