This commit is contained in:
KANE LAZENI 2026-02-23 05:46:16 +00:00
parent 85a82f1341
commit 120de261f0
2 changed files with 2 additions and 2 deletions

View File

@ -593,7 +593,7 @@
},
error: function(xhr, status, err) {
// console.log("Réponse brute :", xhr.responseText); // ✅ voir le HTML retourné
showError('Erreur de connexion au serveur');
showError('Demande : Erreur de connexion au serveur');
// showError(xhr.responseText);
}
});

View File

@ -358,7 +358,7 @@
}
})
.catch(error => {
showError('Erreur de connexion au serveur');
showError('Verify Erreur de connexion au serveur');
});
}