diff --git a/src/services/SnaptchaService.php b/src/services/SnaptchaService.php index ce59660..800c431 100644 --- a/src/services/SnaptchaService.php +++ b/src/services/SnaptchaService.php @@ -92,10 +92,6 @@ public function getPostedValues(): array */ public function isExcludedControllerAction(Action $action): bool { - if (!Craft::$app->getRequest()->getIsActionRequest()) { - return false; - } - $controllerAction = $action->getUniqueId(); // Fire a before event