3
0

Remove required from user name on user update

This commit is contained in:
Jože Fortun 2023-09-28 13:33:13 +02:00
parent 478a99f683
commit ed377a7d2b
2 changed files with 0 additions and 4 deletions

View File

@ -1450,9 +1450,6 @@ export default class System {
if (!email) {
throw Error('field email is empty')
}
if (!name) {
throw Error('field name is empty')
}
const cfg: AxiosRequestConfig = {
...extra,
method: 'put',

View File

@ -559,7 +559,6 @@ endpoints:
title: Email
- name: name
type: string
required: true
title: Name
- name: handle
type: string