Added Gravity Forms Addon
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
namespace Ogre\Captcha\Location;
|
||||
|
||||
use Ogre\Captcha\API;
|
||||
use Override;
|
||||
use Ogre\Captcha\Location;
|
||||
use Ogre\Captcha\Settings;
|
||||
@@ -42,8 +43,8 @@ final class LoginPage extends Location {
|
||||
return array_merge(
|
||||
$shake_error_codes,
|
||||
[
|
||||
self::ERROR_EMPTY_TOKEN,
|
||||
self::ERROR_INVALID_CAPTCHA,
|
||||
API::ERROR_EMPTY_TOKEN,
|
||||
API::ERROR_INVALID_CAPTCHA,
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user