Skip to content

Commit a068e3d

Browse files
authored
Update account.html
1 parent 95590be commit a068e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@
187187
function devToken() {
188188
const usernameEnc = localStorage.getItem('usernameEnc');
189189
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!";
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!";
191191
devTokens.style.color = "green";
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!";
192+
devTokens.textContent = joined;
193193
}
194194
</script>
195195
</head>

0 commit comments

Comments
 (0)