mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
app: Change input field to password type in change_password ui (#443)
Change input field type for field old_password from its default "text" to "password" Fixes #442
This commit is contained in:
parent
94d45f7320
commit
e92947fc3b
@ -246,6 +246,7 @@ impl Component for ChangePasswordForm {
|
||||
<Field
|
||||
form=&self.form
|
||||
field_name="old_password"
|
||||
input_type="password"
|
||||
class="form-control"
|
||||
class_invalid="is-invalid has-error"
|
||||
class_valid="has-success"
|
||||
|
Loading…
Reference in New Issue
Block a user