mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix latest merge
This commit is contained in:
@@ -43,7 +43,13 @@ class EmailFormType extends AbstractType
|
||||
$builder->add('smtp-user', 'text', [
|
||||
'label' => 'SMTP user',
|
||||
]);
|
||||
$builder->add('smtp-password', 'text', [
|
||||
$builder->add('hidden-password', 'password', [
|
||||
'label' => false,
|
||||
'attr' => array(
|
||||
'style' => 'display:none'
|
||||
)
|
||||
]);
|
||||
$builder->add('smtp-password', 'password', [
|
||||
'label' => 'SMTP password',
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user