Skip to content

Commit aa2863b

Browse files
authored
Update account.html
1 parent 352132e commit aa2863b

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
@@ -187,7 +187,7 @@
187187
function devToken() {
188188
const usernameEnc = localStorage.getItem('usernameEnc');
189189
const username = localStorage.getItem('username');
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!";
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";
192192
devTokens.textContent = joined;
193193
}

0 commit comments

Comments
 (0)