Skip to content

Commit ed4c79e

Browse files
authored
Update account.html
1 parent 84c5ef0 commit ed4c79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
const encodedUsername = btoa(plainUsername);
135135

136136
// Ban check (example logic)
137-
if (encodedUsername === 'PUT THE FIRST BANNED USER HERE') {
137+
if (encodedUsername === 'MyScratchedAccount') {
138138
localStorage.removeItem('loggedIn');
139139
localStorage.removeItem('username');
140140
window.location.href = 'banscreen.html?reason=spam';

0 commit comments

Comments
 (0)