Actualizar src/components/Auth/Login.js

This commit is contained in:
2026-04-04 11:14:46 -04:00
parent 0220415237
commit f869fb08c8

View File

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