Actualizar src/components/Auth/Login.js

This commit is contained in:
2026-04-04 11:45:30 -04:00
parent a398040f69
commit 40ce9f4822

View File

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