Skip to content

Commit aa83a3d

Browse files
authored
Update account.html
1 parent b5311b1 commit aa83a3d

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 = '"';
191+
devTokens.textContent = "Your dev token is:" + usernameEncoded + "- Make sure to only share it with Coding Hut services and partners or else you can get hacked!";
192192
}
193193
</script>
194194
</head>

0 commit comments

Comments
 (0)