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 9e52b4f commit d8bf4e7Copy full SHA for d8bf4e7
src/account.html
@@ -154,7 +154,7 @@
154
const DK = new URLSearchParams(window.location.search).get('devKey');
155
156
if (DK) {
157
- const username = new URLSearchParams(window.location.search).get('username');
+ const username = new URLSearchParams(window.location.search).get('devKey');
158
159
if (username) {
160
const decodedUsername = decodeUsername(username); // Decode the username using atob
0 commit comments