Skip to content

Commit c23e998

Browse files
authored
Update account.html
1 parent be67f10 commit c23e998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/account.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@
186186

187187
function devToken() {
188188
const usernameEnc = localStorage.getItem('usernameEnc');
189-
const username = localStorage.getItem('usernameEnc');
190-
const joined = "Your dev token is:" + usernameEnc + "- Make sure to only share it with Coding Hut services and partners or else you can get hacked!";
189+
const username = localStorage.getItem('username');
190+
const joined = "Your dev token is:" + username + "- Make sure to only share it with Coding Hut services and partners or else you can get hacked!";
191191
devTokens.style.color = "green";
192-
devTokens.textContent = "Your dev token is:" + usernameEnc + "- Make sure to only share it with Coding Hut services and partners or else you can get hacked!";
192+
devTokens.textContent = "Your dev token is:" + username + "- Make sure to only share it with Coding Hut services and partners or else you can get hacked!";
193193
}
194194
</script>
195195
</head>

0 commit comments

Comments
 (0)