This commit is contained in:
KANE LAZENI 2026-02-24 06:07:08 +00:00
parent 2e05924e73
commit 150acdee9c

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} - 1 </strong>`;
<strong>Tentatives restantes: ${data.attempts_remaining -1 || 0} </strong>`;
showStep('step-result');