Skip to content

Commit d023f12

Browse files
authored
Update account.html
Fixing
1 parent b44ac5e commit d023f12

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
@@ -188,7 +188,7 @@
188188
const usernameEncoded = localStorage.getItem('usernameEnc');
189189
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 = ${joined};
192192
}
193193
</script>
194194
</head>

0 commit comments

Comments
 (0)