Skip to content

Commit

Permalink
Changed passphrase field type
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Apr 28, 2020
1 parent a7d60b0 commit fbcf878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/os2web/DataLookup/ServiceplatformenBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
];

$form['certfile_passphrase'] = [
'#type' => 'password',
'#type' => 'textfield',
'#title' => 'Certfile passphrase',
'#default_value' => $this->configuration['certfile_passphrase'],
];
Expand Down

0 comments on commit fbcf878

Please sign in to comment.