Skip to content

Commit 3feb6a6

Browse files
authored
Update account.html
1 parent 2eccd1a commit 3feb6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
const plainUsername = data.username;
138138
const encodedUsername = btoa(plainUsername);
139139

140-
// Ban check (example logic) - Tested sucessfully by MyScratchedAccount
141-
if (encodedUsername === 'PUT THE FIRST BANNED USERS CODING HUT WEBSITE API TOKEN HERE') {
140+
// Ban check (example logic) - Tested sucessfully by MyScratchedAccount - Banning bannie6
141+
if (encodedUsername === 'YmFubmllNg==') {
142142
localStorage.removeItem('loggedIn');
143143
localStorage.removeItem('username');
144144
window.location.href = 'banscreen.html?reason=spam';

0 commit comments

Comments
 (0)