This commit is contained in:
KANE LAZENI 2026-02-23 02:39:07 +00:00
parent fb9f03b7f1
commit e3e5f1f5f4

View File

@ -580,7 +580,7 @@
}) })
.then(response => response.json()) .then(response => response.json())
.then(data => { .then(data => {
alert(data) alert(data);
console.log('Réponse JSON :', data); console.log('Réponse JSON :', data);
if (data.success) { if (data.success) {
showStep('step-instructions'); showStep('step-instructions');