mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[refactoring] Remove commented lines; unify regrexp
This commit is contained in:
@ -52,7 +52,6 @@
|
||||
|
||||
.requirementItem {
|
||||
display: flex;
|
||||
// align-items: center;
|
||||
margin-bottom: 4px;
|
||||
font-size: 10px;
|
||||
line-height: 1.4;
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
},
|
||||
"passdigit": {
|
||||
"type": "string",
|
||||
"pattern": ".*\\d.*"
|
||||
"pattern": ".*[0-9].*"
|
||||
},
|
||||
"passupper": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user