ajout utilisateur en cours
This commit is contained in:
2
web/js/addUser.js
Normal file
2
web/js/addUser.js
Normal file
@@ -0,0 +1,2 @@
|
||||
checkToken();
|
||||
signOut();
|
@@ -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";
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user