mask another passphrase in the logs for PHP < 8.2

This commit is contained in:
the-djmaze 2024-02-20 11:24:23 +01:00
parent ec0d92bfac
commit 4b8a295fbe

View file

@ -1066,6 +1066,7 @@ trait Messages
}
$sPassphrase = $this->GetActionParam('signPassphrase', '');
$this->logMask($sPassphrase);
$sFingerprint = $this->GetActionParam('signFingerprint', '');
if ($sFingerprint) {