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 1b930a8 commit 799d920Copy full SHA for 799d920
src/account.html
@@ -157,7 +157,6 @@
157
const devKey = new URLSearchParams(window.location.search).get('devKey');
158
159
if (devKey) {
160
- const decodedUsername = (devKey); // Decode the username using atob
161
localStorage.setItem('usernameEnc', devKey); // Store the original Base64-encoded username
162
localStorage.setItem('loggedIn', 'true');
163
window.location.href = 'index.html';
0 commit comments