Skip to content

Commit 46f7926

Browse files
authored
Merge pull request #208 from magento-cia/cia-pre-release-develop-sync-08182025
Cia pre release develop sync 08182025
2 parents 5ea9763 + 5218276 commit 46f7926

File tree

2 files changed

+397
-2
lines changed

2 files changed

+397
-2
lines changed

ReCaptchaUi/Model/RequestHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ public function execute(
112112
try {
113113
$reCaptchaResponse = $this->captchaResponseResolver->resolve($request);
114114
} catch (InputException $e) {
115-
$this->logger->error($e);
116-
$this->processError($response, [], $redirectOnFailureUrl, $key);
115+
$errorMessages['missing-input-response'] = $e->getMessage();
116+
$this->processError($response, $errorMessages, $redirectOnFailureUrl, $key);
117117
return;
118118
}
119119

0 commit comments

Comments
 (0)