aboutsummaryrefslogtreecommitdiff
path: root/app/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/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 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";
}