ajout utilisateur en cours

This commit is contained in:
2022-08-12 21:40:29 +02:00
parent 4f7502333d
commit ecbc87a061
4 changed files with 16 additions and 158 deletions

2
web/js/addUser.js Normal file
View File

@@ -0,0 +1,2 @@
checkToken();
signOut();

View File

@@ -93,4 +93,9 @@ instance.get("users", {withCredentials: true, params :{ page:page, nbPages: nbPa
});
document.getElementById("addUser").addEventListener("click", function(){
location.href="/html/adduser.html";
})