[refactoring] Remove commented lines; unify regrexp

This commit is contained in:
Sergey Konovalov
2025-11-06 02:30:01 +03:00
parent 9343be675f
commit f6115ec123
2 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,6 @@
.requirementItem {
display: flex;
// align-items: center;
margin-bottom: 4px;
font-size: 10px;
line-height: 1.4;

View File

@ -17,7 +17,7 @@
},
"passdigit": {
"type": "string",
"pattern": ".*\\d.*"
"pattern": ".*[0-9].*"
},
"passupper": {
"type": "string",