fix user logo to api

This commit is contained in:
joseCorte-exe 2022-06-22 15:26:11 -03:00
parent 6d48f954b7
commit 85558b1386

View File

@ -92,6 +92,10 @@ export default function clients({clients, userName}) {
password,
password_confirmation,
client_id
}, {
headers: {
'Content-Type': 'multipart/form-data'
},
}).then(res => {
setOpenSnackSuccess(true)
setOpenModalInativar(false)