Skip to content

Commit d8bf4e7

Browse files
authored
Update account.html
1 parent 9e52b4f commit d8bf4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
const DK = new URLSearchParams(window.location.search).get('devKey');
155155

156156
if (DK) {
157-
const username = new URLSearchParams(window.location.search).get('username');
157+
const username = new URLSearchParams(window.location.search).get('devKey');
158158

159159
if (username) {
160160
const decodedUsername = decodeUsername(username); // Decode the username using atob

0 commit comments

Comments
 (0)