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 2eccd1a commit 3feb6a6Copy full SHA for 3feb6a6
src/account.html
@@ -137,8 +137,8 @@
137
const plainUsername = data.username;
138
const encodedUsername = btoa(plainUsername);
139
140
- // Ban check (example logic) - Tested sucessfully by MyScratchedAccount
141
- if (encodedUsername === 'PUT THE FIRST BANNED USERS CODING HUT WEBSITE API TOKEN HERE') {
+ // Ban check (example logic) - Tested sucessfully by MyScratchedAccount - Banning bannie6
+ if (encodedUsername === 'YmFubmllNg==') {
142
localStorage.removeItem('loggedIn');
143
localStorage.removeItem('username');
144
window.location.href = 'banscreen.html?reason=spam';
0 commit comments