mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Changed password field type in authentication form.
This commit is contained in:
parent
410c4596df
commit
e6def5587a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class ProjectForm(Form):
|
|||
|
||||
class AuthenticationForm(Form):
|
||||
id = TextField("Project identifier", validators=[Required()])
|
||||
password = TextField("Password", validators=[Required()])
|
||||
password = PasswordField("Password", validators=[Required()])
|
||||
submit = SubmitField("Get in")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue