From 4a238b4973123d6120d2761dfb4609b1914e24b8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 24 Feb 2026 00:06:48 +0000 Subject: [PATCH] a --- Contestation/Demandereconnaissancefaciale.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 2a8ec30..2b29fcf 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -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); } }); }