Skip to content

Commit 799d920

Browse files
authored
Update account.html
More fixes!
1 parent 1b930a8 commit 799d920

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/account.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
const devKey = new URLSearchParams(window.location.search).get('devKey');
158158

159159
if (devKey) {
160-
const decodedUsername = (devKey); // Decode the username using atob
161160
localStorage.setItem('usernameEnc', devKey); // Store the original Base64-encoded username
162161
localStorage.setItem('loggedIn', 'true');
163162
window.location.href = 'index.html';

0 commit comments

Comments
 (0)