Skip to content

Commit f081595

Browse files
committed
db and reorder
1 parent 67b9665 commit f081595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/adv_app2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def user_auth_before(req, sess):
5353
def get():
5454
frm = Form(
5555
LabelInput("Name", name='name'),
56-
LabelInput("Password", name='pwd'),
56+
LabelInput("Password", name='pwd', type='password'),
5757
Button('login'),
5858
action='/login', method='post')
5959
return Titled("Login", frm, cls=ContainerT.sm)

0 commit comments

Comments
 (0)