Skip to content

Commit

Permalink
password show plaintext
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaoxiang2000 committed May 26, 2024
1 parent 25d5669 commit b4af80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def submit():
scrollbar.config(command=country_list.yview)

username_entry = tk.Entry(root)
password_entry = tk.Entry(root, show="*")
password_entry = tk.Entry(root)
date_entry = tk.Entry(root)

fetch_button = tk.Button(root, text="Fetch", command=submit)
Expand Down

0 comments on commit b4af80d

Please sign in to comment.