fix(admin): added regex to email field on user update

darta 2022-06-01 21:25:18 +02:00
parent e299004aae
commit 9fb3c8a079
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ last:
email:
required: false
type: string
regex: ^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$
password:
required: false
type: string