Skip to content

Commit fbcf878

Browse files
committed
Changed passphrase field type
1 parent a7d60b0 commit fbcf878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/os2web/DataLookup/ServiceplatformenBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
120120
];
121121

122122
$form['certfile_passphrase'] = [
123-
'#type' => 'password',
123+
'#type' => 'textfield',
124124
'#title' => 'Certfile passphrase',
125125
'#default_value' => $this->configuration['certfile_passphrase'],
126126
];

0 commit comments

Comments
 (0)