a
This commit is contained in:
parent
fb9f03b7f1
commit
e3e5f1f5f4
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user