aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Faria Mendes <160072085+zwlucas@users.noreply.github.com>2025-04-02 22:43:24 +0000
committerGitHub <noreply@github.com>2025-04-02 22:43:24 +0000
commite1616412b2f36ad9268a940c4472bf08931e3900 (patch)
tree59ac64182c053053beec31186aef1977fe7dae55
parent7aba1be1ba8043690ea0b396fa0dc2bdbc1e960c (diff)
downloadeleicoes-e1616412b2f36ad9268a940c4472bf08931e3900.tar.gz
eleicoes-e1616412b2f36ad9268a940c4472bf08931e3900.zip
Update page.tsx
-rw-r--r--app/page.tsx2
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";
}