Skip to content

Commit ce50323

Browse files
committed
data.email should NOT be shorter than 8 characters #845
1 parent 0f0a672 commit ce50323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/schema/definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"example": "john@example.com",
154154
"format": "email",
155155
"type": "string",
156-
"minLength": 8,
156+
"minLength": 6,
157157
"maxLength": 100
158158
},
159159
"password": {

0 commit comments

Comments
 (0)