Skip to content

Commit fc3024b

Browse files
fix: typo at error number
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6755ba9 commit fc3024b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/IdentifyMethod/SignatureMethod/Password.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private function validateCertificateRevocation(array $certificateData): void {
5353
return;
5454
}
5555
if ($status === CrlValidationStatus::REVOKED) {
56-
throw new LibresignException($this->identifyService->getL10n()->t('Certificate has been revoked'), 400);
56+
throw new LibresignException($this->identifyService->getL10n()->t('Certificate has been revoked'), 422);
5757
}
5858
// Admin explicitly disabled external CRL validation – allow signing.
5959
if ($status === CrlValidationStatus::DISABLED) {

0 commit comments

Comments
 (0)