fix user logo to api
This commit is contained in:
parent
6d48f954b7
commit
85558b1386
@ -92,6 +92,10 @@ export default function clients({clients, userName}) {
|
|||||||
password,
|
password,
|
||||||
password_confirmation,
|
password_confirmation,
|
||||||
client_id
|
client_id
|
||||||
|
}, {
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'multipart/form-data'
|
||||||
|
},
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
setOpenSnackSuccess(true)
|
setOpenSnackSuccess(true)
|
||||||
setOpenModalInativar(false)
|
setOpenModalInativar(false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user