Creation bibliotheque js

This commit is contained in:
2022-07-25 20:35:54 +02:00
parent b717a5b819
commit e208c55811
4 changed files with 16 additions and 54 deletions

View File

@@ -1,8 +1,4 @@
instance.get("token", { withCredentials: true})
.then(function(response) { location.href="html/home.html"; })
.catch(function(error){
});
checkToken();
document.getElementById("signin").addEventListener("submit", function(evt){
evt.preventDefault();