Skip to content

Commit 546a599

Browse files
authored
Update account.html
1 parent 7139c48 commit 546a599

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/account.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@
161161
localStorage.setItem('usernameEnc', username); // Store the original Base64-encoded username
162162
localStorage.setItem('loggedIn', 'true');
163163
window.location.href = 'index.html';
164-
localStorage.setItem('loggedIn', 'true');
165-
window.location.href = 'index.html';
166164
}
167165

168166
}

0 commit comments

Comments
 (0)