Skip to content

Commit d8424d0

Browse files
jekuaitkrimi-itk
andauthored
Update modules/os2forms_digital_post/src/Helper/CertificateLocatorHelper.php
Co-authored-by: Mikkel Ricky <rimi@aarhus.dk>
1 parent c6e6cb1 commit d8424d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/os2forms_digital_post/src/Helper/CertificateLocatorHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getCertificateLocator(): CertificateLocatorInterface {
4545
$locatorType = $certificateSettings['locator_type'];
4646
$options = $certificateSettings[$locatorType];
4747
$options += [
48-
'passphrase' => $certificateSettings['passphrase'] ?: '',
48+
'passphrase' => $certificateSettings['passphrase'],
4949
];
5050

5151
if (self::LOCATOR_TYPE_AZURE_KEY_VAULT === $locatorType) {

0 commit comments

Comments
 (0)