diff options
| author | Lucas Faria Mendes <160072085+zwlucas@users.noreply.github.com> | 2025-04-02 22:43:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 22:43:24 +0000 |
| commit | e1616412b2f36ad9268a940c4472bf08931e3900 (patch) | |
| tree | 59ac64182c053053beec31186aef1977fe7dae55 | |
| parent | 7aba1be1ba8043690ea0b396fa0dc2bdbc1e960c (diff) | |
| download | eleicoes-e1616412b2f36ad9268a940c4472bf08931e3900.tar.gz eleicoes-e1616412b2f36ad9268a940c4472bf08931e3900.zip | |
Update page.tsx
| -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 78f1438..0fdd4e9 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", "19", "20", "21"]; + const validPrefixes = ["22", "23", "24", "25", "19", "20", "21", "10", "13"]; if (!validPrefixes.includes(rm.substring(0, 2))) { newErrors.rm = "O RM não é valido"; } |