Actualizar src/components/Auth/Login.js

This commit is contained in:
2026-04-04 11:46:43 -04:00
parent 40ce9f4822
commit 98b0953cbf

View File

@@ -22,7 +22,7 @@ const Login = ({ onLogin }) => {
setError('');
if (!email || !password) {
setError('Por favor, ingresa tu correo y contraseña.2026');
setError('Por favor, ingresa tu correo y contraseña.');
return;
}