]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php
Fix reviews
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / SiteCredentialType.php
index 9db7c155dc0978b4b164cb4c6cac2a1d29eaa539..fd409ad2c3d1832431dc78b7e05788728471778e 100644 (file)
@@ -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',