login: noValidate para usar red-response en vez del aviso nativo

El navegador mostraba "Rellene este campo" (required) en lugar del error del sitio.
noValidate en el form deja que la validación en cliente ya existente muestre el
red-form-response (missingFields).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-14 20:55:14 +00:00
parent 8ca3975cac
commit 071b1d5f0e
+1 -1
View File
@@ -53,7 +53,7 @@ export function LoginForm() {
return (
<>
<form onSubmit={handleSubmit} acceptCharset="utf-8">
<form onSubmit={handleSubmit} acceptCharset="utf-8" noValidate>
<table className="middle-center-table">
<tbody>
<tr>