aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php b/src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php
index 9db7c155..fd409ad2 100644
--- a/src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php
@@ -19,6 +19,7 @@ class SiteCredentialType extends AbstractType
19 ]) 19 ])
20 ->add('username', TextType::class, [ 20 ->add('username', TextType::class, [
21 'label' => 'site_credential.form.username_label', 21 'label' => 'site_credential.form.username_label',
22 'data' => '',
22 ]) 23 ])
23 ->add('password', PasswordType::class, [ 24 ->add('password', PasswordType::class, [
24 'label' => 'site_credential.form.password_label', 25 'label' => 'site_credential.form.password_label',