We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b9665 commit f081595Copy full SHA for f081595
examples/adv_app2.py
@@ -53,7 +53,7 @@ def user_auth_before(req, sess):
53
def get():
54
frm = Form(
55
LabelInput("Name", name='name'),
56
- LabelInput("Password", name='pwd'),
+ LabelInput("Password", name='pwd', type='password'),
57
Button('login'),
58
action='/login', method='post')
59
return Titled("Login", frm, cls=ContainerT.sm)
0 commit comments