rename file and remove console.log

This commit is contained in:
2022-08-06 21:48:41 +02:00
parent a327443c37
commit 106ff00ce3
7 changed files with 206 additions and 206 deletions

View File

@@ -4,7 +4,7 @@ function checkToken(){
.then(function(response) {
if(location.pathname == "/")
{
location.href="/html/home.html";
location.href="/html/users.html";
}
})
.catch(function(error){