regex bug fix O,1000 by 0,1000
This commit is contained in:
parent
cbbd7760bb
commit
885ee08d4c
@ -64,7 +64,7 @@
|
||||
"title": "Your bio or few words to define yourself",
|
||||
"description": "Use this to share your values, this will be public to all of tribe's members and link to your person",
|
||||
"type": "string",
|
||||
"pattern": "^.{O,1000}$"
|
||||
"pattern": "^.{0,1000}$"
|
||||
},
|
||||
"imgbase64_imgavatar": {
|
||||
"title": "Temporary img to update or create",
|
||||
|
Loading…
x
Reference in New Issue
Block a user