aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLucas Faria Mendes <160072085+zwlucas@users.noreply.github.com>2025-04-02 22:38:28 +0000
committerGitHub <noreply@github.com>2025-04-02 22:38:28 +0000
commit7aba1be1ba8043690ea0b396fa0dc2bdbc1e960c (patch)
treeb20ab4085e0d2a8e9824e0c1141243f7e22bc5fc /app
parentcacefb5c9aa8c5a4e3dd85c9dcfab457fa3009ed (diff)
downloadeleicoes-7aba1be1ba8043690ea0b396fa0dc2bdbc1e960c.tar.gz
eleicoes-7aba1be1ba8043690ea0b396fa0dc2bdbc1e960c.zip
Update page.tsx
Diffstat (limited to 'app')
-rw-r--r--app/page.tsx2
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";
}