Finished up with email verification system and profile page redux.
This commit is contained in:
parent
c32f3df3f3
commit
40c004795b
15 changed files with 275 additions and 58 deletions
|
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
|
||||
pronouns: (field = 'pronouns') => body(field).optional().escape().trim().isLength({min: 0, max: 15}),
|
||||
|
||||
signature: (field = 'signature') => body(field).optional().escape().trim().isLength({min: 1, max: 150}),
|
||||
signature: (field = 'signature') => body(field).optional().escape().trim().isLength({min: 1, max: 25}),
|
||||
|
||||
bio: (field = 'bio') => body(field).optional().escape().trim().isLength({min: 1, max: 1000}),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue