diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 58b5bbf..76b0b63 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -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); } }); diff --git a/Contestation/facial_verification.php b/Contestation/facial_verification.php index 0fd716d..acb3522 100644 --- a/Contestation/facial_verification.php +++ b/Contestation/facial_verification.php @@ -358,7 +358,7 @@ } }) .catch(error => { - showError('Erreur de connexion au serveur'); + showError('Verify Erreur de connexion au serveur'); }); }