We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee09903 commit b5311b1Copy full SHA for b5311b1
src/account.html
@@ -186,9 +186,9 @@
186
187
function devToken() {
188
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!`;
+ 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!";
190
devTokens.style.color = "green";
191
- devTokens.textContent = '${joined}';
+ devTokens.textContent = '"';
192
}
193
</script>
194
</head>
0 commit comments