We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477ac4c commit 3b048f3Copy full SHA for 3b048f3
account.html
@@ -58,13 +58,6 @@
58
window.location.href = 'index.html';
59
}
60
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
-
68
// Run this check when the page loads
69
window.onload = checkAuth;
70
</script>
0 commit comments