regex bug fix O,1000 by 0,1000

This commit is contained in:
philc 2024-12-14 12:02:50 +01:00
parent cbbd7760bb
commit 885ee08d4c

View File

@ -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",