This commit is contained in:
KANE LAZENI 2026-02-23 04:24:44 +00:00
parent 5624349844
commit 799a28f472

View File

@ -592,10 +592,11 @@
} }
}, },
error: function(xhr, status, err) { error: function(xhr, status, err) {
console.log('Erreur validateToken:', err); console.log(err);
alert("Error => " + err); alert("Error => " + err);
showError('KANE : Erreur de connexion au serveur'); // showError('KANE : Erreur de connexion au serveur');
showError(err);
} }
}); });
} }