add INN registration field

This commit is contained in:
smanylov
2026-02-13 19:17:10 +07:00
parent 7aa29bd398
commit 1fec3b2584
9 changed files with 331 additions and 74 deletions
+14
View File
@@ -87,5 +87,19 @@
"value": "^[0-9\\+]+$",
"message": "register-error-phone-not-allowed-symbols"
}
},
"inn": {
"maxSize": {
"value": 10,
"message": "register-error-inn-max"
},
"minSize": {
"value": 10,
"message": "register-error-inn-min"
},
"allowedSymbols": {
"value": "^[0-9]+$",
"message": "register-error-inn-not-allowed-symbols"
}
}
}