Insertamos datos a la tabla del SAT

This commit is contained in:
Andres2908
2022-03-04 01:05:26 -06:00
parent 1fe9d21329
commit 2d7cf996d2
3 changed files with 12 additions and 14 deletions
-1
View File
@@ -32,7 +32,6 @@ const login = async (body) => {
}),
}))
.catch((err) => {
console.log(err);
throw new Error('Usuario o contraseña incorrecta.');
});
};