This commit is contained in:
KANE LAZENI 2026-02-24 06:03:38 +00:00
parent 892109c2a4
commit 2e05924e73

View File

@ -741,7 +741,7 @@
document.getElementById('result-message').innerHTML =
`${data.message || 'Votre visage ne correspond pas à notre base de données.'}<br><br>
Si vous pensez qu'il s'agit d'une erreur, veuillez contacter notre service client.<br>
<strong>Tentatives restantes: ${data.attempts_remaining || 0}</strong>`;
<strong>Tentatives restantes: ${data.attempts_remaining || 0} - 1 </strong>`;
showStep('step-result');