Skip to content

Commit

Permalink
Update password.js
Browse files Browse the repository at this point in the history
  • Loading branch information
F1xGOD authored Feb 7, 2024
1 parent 9fd4599 commit d0f632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

function warntheuser(){
clear();
console.clear();
console.log('%cWARNING!', 'color: #ff0000; font-size: 36px; font-weight: bold');
console.log('%cThe browser console is a developer tool not intended for use!\nDO NOT copy and paste any code in this window. Any code execution in this window is a violation of the Terms of Use and may result BAN','color: #ffffff; font-size: 12px;')
}
Expand Down

0 comments on commit d0f632b

Please sign in to comment.