File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 187
187
function devToken ( ) {
188
188
const usernameEnc = localStorage . getItem ( 'usernameEnc' ) ;
189
189
const username = localStorage . getItem ( 'username' ) ;
190
- const joined = "Your dev token is:" + username + "- Make sure to only share it with Coding Hut services and partners or else you can get hacked!" ;
190
+ const joined = "Your dev token is:" + usernameEnc + " - Make sure to only share it with Coding Hut services and partners or else you can get hacked!" ;
191
191
devTokens . style . color = "green" ;
192
- devTokens . textContent = "Your dev token is:" + username + "- Make sure to only share it with Coding Hut services and partners or else you can get hacked!" ;
192
+ devTokens . textContent = joined ;
193
193
}
194
194
</ script >
195
195
</ head >
You can’t perform that action at this time.
0 commit comments