Skip to content

Commit

Permalink
Update password.js
Browse files Browse the repository at this point in the history
  • Loading branch information
F1xGOD authored Feb 7, 2024
1 parent 69bb540 commit e7b04d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions password.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ if(tablocation != "login"){
sts=actdata.accounts[ii2].status
}
ii2++
}})
}
if(sts=="active"){
console.log("Session Login")}else{
console.log("ACCOUNT DECATIVATED!")
setCookie("usernamecred","",999);
setCookie("passwordcred","",999);
setCookie("tries","",999);
window.location.replace(`${host}/login`)
}
}})
}else{
let triess = getCookie("tries");
Object.freeze(triess);
Expand Down

0 comments on commit e7b04d5

Please sign in to comment.