This commit is contained in:
KANE LAZENI 2026-02-23 02:38:33 +00:00
parent 4e6cffb3af
commit fb9f03b7f1

View File

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