Skip to content

Commit 3b048f3

Browse files
authored
Update account.html
fix
1 parent 477ac4c commit 3b048f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

account.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@
5858
window.location.href = 'index.html';
5959
}
6060

61-
// Ban System - DISABLED CURRENTLY
62-
// if (username === 'BANNED USER NAME GOES HERE') {
63-
// Redirect to banscreen.html if user got banned
64-
// localStorage.setItem('loggedIn', 'false');
65-
// window.location.href = 'banscreen.html';
66-
// }
67-
6861
// Run this check when the page loads
6962
window.onload = checkAuth;
7063
</script>

0 commit comments

Comments
 (0)