forked from wallabag/wallabag
Fix reviews
Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
committed by
Jeremy Benoist
parent
906424c1b6
commit
bead8b42da
@ -19,6 +19,7 @@ class SiteCredentialType extends AbstractType
|
||||
])
|
||||
->add('username', TextType::class, [
|
||||
'label' => 'site_credential.form.username_label',
|
||||
'data' => '',
|
||||
])
|
||||
->add('password', PasswordType::class, [
|
||||
'label' => 'site_credential.form.password_label',
|
||||
|
||||
Reference in New Issue
Block a user