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 ed4c79e commit f57fd06Copy full SHA for f57fd06
src/account.html
@@ -133,8 +133,8 @@
133
const plainUsername = data.username;
134
const encodedUsername = btoa(plainUsername);
135
136
- // Ban check (example logic)
137
- if (encodedUsername === 'MyScratchedAccount') {
+ // Ban check (example logic) - im temp banning myself for test
+ if (encodedUsername === 'TXlTY3JhdGNoZWRBY2NvdW50') {
138
localStorage.removeItem('loggedIn');
139
localStorage.removeItem('username');
140
window.location.href = 'banscreen.html?reason=spam';
0 commit comments