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 84c5ef0 commit ed4c79eCopy full SHA for ed4c79e
src/account.html
@@ -134,7 +134,7 @@
134
const encodedUsername = btoa(plainUsername);
135
136
// Ban check (example logic)
137
- if (encodedUsername === 'PUT THE FIRST BANNED USER HERE') {
+ if (encodedUsername === 'MyScratchedAccount') {
138
localStorage.removeItem('loggedIn');
139
localStorage.removeItem('username');
140
window.location.href = 'banscreen.html?reason=spam';
0 commit comments