Remove required from user name on user update
This commit is contained in:
parent
478a99f683
commit
ed377a7d2b
@ -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',
|
||||
|
||||
@ -559,7 +559,6 @@ endpoints:
|
||||
title: Email
|
||||
- name: name
|
||||
type: string
|
||||
required: true
|
||||
title: Name
|
||||
- name: handle
|
||||
type: string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user