Skip to content

Commit f57fd06

Browse files
authored
Update account.html
1 parent ed4c79e commit f57fd06

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
@@ -133,8 +133,8 @@
133133
const plainUsername = data.username;
134134
const encodedUsername = btoa(plainUsername);
135135

136-
// Ban check (example logic)
137-
if (encodedUsername === 'MyScratchedAccount') {
136+
// Ban check (example logic) - im temp banning myself for test
137+
if (encodedUsername === 'TXlTY3JhdGNoZWRBY2NvdW50') {
138138
localStorage.removeItem('loggedIn');
139139
localStorage.removeItem('username');
140140
window.location.href = 'banscreen.html?reason=spam';

0 commit comments

Comments
 (0)