Skip to content

Commit 14ba8bb

Browse files
authored
Update account.html
1 parent ca1324b commit 14ba8bb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/account.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@
100100
window.onload = async function () {
101101
try {
102102
if (localStorage.getItem('loggedIn') === 'true') {
103-
104-
// Ban check (example logic) - Tested sucessfully by MyScratchedAccount
105-
if (encodedUsername === 'PUT THE FIRST BANNED USERS CODING HUT WEBSITE API TOKEN HERE') {
106-
localStorage.removeItem('loggedIn');
107-
localStorage.removeItem('username');
108-
window.location.href = 'banscreen.html?reason=spam';
109-
return;
110-
}
111103

112104
const username = localStorage.getItem('username');
113105

0 commit comments

Comments
 (0)