- User Profile

- DashBoard start
This commit is contained in:
Paolo Arena
2019-12-29 23:29:56 +01:00
parent cf91d45427
commit 9e5bd85328
23 changed files with 516 additions and 201 deletions

View File

@@ -13,11 +13,13 @@ export const validations = {
},
password: {
complexity,
required
required,
minLength: minLength(8)
},
username: {
registereduser,
required
required,
minLength: minLength(6)
},
name: {
required