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 d023f12 commit ee09903Copy full SHA for ee09903
src/account.html
@@ -188,7 +188,7 @@
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!`;
190
devTokens.style.color = "green";
191
- devTokens.textContent = ${joined};
+ devTokens.textContent = '${joined}';
192
}
193
</script>
194
</head>
0 commit comments