Skip to content

Commit b5311b1

Browse files
authored
Update account.html
Fix
1 parent ee09903 commit b5311b1

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
@@ -186,9 +186,9 @@
186186

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

0 commit comments

Comments
 (0)