We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d563273 commit 70578c1Copy full SHA for 70578c1
1 file changed
UI/Login/Login.py
@@ -69,7 +69,7 @@ def ConnectionToAccount():
69
output_iconpassword = Label(Login, image=iconpassword)
70
output_iconpassword.image = iconpassword
71
output_iconpassword.place(relx=0.25, rely=0.35, anchor=CENTER)
72
- passwordinput = Entry(Login, text="password here.", font=("Arial", 15))
+ passwordinput = Entry(Login, text="password here.", font=("Arial", 15), show="*")
73
passwordinput.place(relx=0.50, rely=0.35, anchor=CENTER)
74
75
ConnectButton = Button(Login, text="Login", command=ConnectionToAccount, width=30)
0 commit comments