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 187187 function devToken ( ) {
188188 const usernameEnc = localStorage . getItem ( 'usernameEnc' ) ;
189189 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!" ;
191191 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 ;
193193 }
194194 </ script >
195195</ head >
You can’t perform that action at this time.
0 commit comments