Skip to content

Commit

Permalink
Fixed security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IGuy37 committed Jul 8, 2024
1 parent d409dc3 commit d5d5e94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions client/javascript/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ document.getElementById('loginButton').addEventListener('click', function() {
} else {
document.getElementById("feedback").innerHTML = "Not Authorized."
}
console.log('Username: ' + username);
console.log('Password: ' + password);
});
2 changes: 1 addition & 1 deletion python/lab4.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def generate_socks(*args, **kwargs):


if __name__ == '__main__':
app.run(debug=True)
app.run()

0 comments on commit d5d5e94

Please sign in to comment.