login listo, data fake

This commit is contained in:
2021-04-30 22:35:45 -05:00
parent c1631712cb
commit e01001a4a9
5 changed files with 59 additions and 25 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const login = async (body) => {
'La contraseña',
20
);
return Usuario.findOne({
where: { usuario }
}).then((res) => {