rename file and remove console.log
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user