Fix: Change input field to password type in change_password ui

Change input field type for field old_password from its default "text" to "password"
This commit is contained in:
DarkSpir 2023-02-12 20:46:49 +01:00 committed by GitHub
parent 94d45f7320
commit 5fb0c1bee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"