This commit is contained in:
KANE LAZENI 2026-02-24 00:06:48 +00:00
parent 6fab7f7024
commit 4a238b4973

View File

@ -633,8 +633,9 @@
}
},
error: function(xhr, status, err) {
showError('Erreur de connexion au serveur');
// showError(xhr.responseText);
// showError('Erreur de connexion au serveur');
console.log(xhr.responseText);
showError(xhr.responseText);
}
});
}