Skip to content

Commit

Permalink
Fix json schema for request in sign up, should be 6 chars.
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo committed Nov 14, 2024
1 parent 93d1b69 commit 0b03190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "string",
"minLength": 10,
"minLength": 6,
"maxLength": 64
}

0 comments on commit 0b03190

Please sign in to comment.