diff options
| author | Lucas Faria Mendes <160072085+zwlucas@users.noreply.github.com> | 2025-04-02 22:38:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 22:38:28 +0000 |
| commit | 7aba1be1ba8043690ea0b396fa0dc2bdbc1e960c (patch) | |
| tree | b20ab4085e0d2a8e9824e0c1141243f7e22bc5fc /app | |
| parent | cacefb5c9aa8c5a4e3dd85c9dcfab457fa3009ed (diff) | |
| download | eleicoes-7aba1be1ba8043690ea0b396fa0dc2bdbc1e960c.tar.gz eleicoes-7aba1be1ba8043690ea0b396fa0dc2bdbc1e960c.zip | |
Update page.tsx
Diffstat (limited to 'app')
| -rw-r--r-- | app/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/page.tsx b/app/page.tsx index dbe9f89..78f1438 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -35,7 +35,7 @@ export default function Home() { newErrors.rm = "O RM deve conter exatamente 5 dígitos numéricos."; } - const validPrefixes = ["22", "23", "24", "25"]; + const validPrefixes = ["22", "23", "24", "25", "19", "20", "21"]; if (!validPrefixes.includes(rm.substring(0, 2))) { newErrors.rm = "O RM não é valido"; } |