fix: [forms] added missing password form field

pull/79/head
iglocska 2021-11-26 10:52:44 +01:00
parent 15d738aa77
commit 2eb2459936
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?php
$params['div'] = false;
$params['class'] .= ' form-control';
$params['value'] = '';
echo $this->FormFieldMassage->prepareFormElement($this->Form, $params, $fieldData);
?>