Compare commits
No commits in common. "16daf86e133179b3999607296e5a9d98cccb9ce9" and "9de9695c8d467634af4a820bbd9585b1cfed2af9" have entirely different histories.
16daf86e13
...
9de9695c8d
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slinicraftet204/turnstileremaster",
|
||||
"name": "melvinachterhuis/turnstile-shopware6-plugin",
|
||||
"description": "CloudFlare Turnstile Captcha",
|
||||
"version": "0.1.08-alpha",
|
||||
"version": "0.1.06-alpha",
|
||||
"type": "shopware-platform-plugin",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Import the component override
|
||||
// import './module/sw-settings-basic-information/component/sw-settings-captcha-select-v2';
|
||||
import './module/sw-settings-basic-information/component/sw-settings-captcha-select-v2';
|
||||
|
||||
// Debug log to confirm this file is loaded
|
||||
console.error('[TurnstileReMaster] Admin main.js loaded.'); // Sehr auffällige Warnung um zu testen ob der scheiß geladen wird
|
||||
console.log('[TurnstileReMaster] Admin main.js loaded.');
|
@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
|
||||
|
||||
<services>
|
||||
<service id="TurnstileReMaster\Storefront\Framework\Captcha\cloudFlareTurnstile" public="true">
|
||||
<service id="TurnstileReMaster\Storefront\Framework\Captcha\CloudFlareTurnstile" public="true">
|
||||
<!-- Inject the standard Shopware PSR-18 HTTP client -->
|
||||
<argument type="service" id="Psr\Http\Client\ClientInterface"/>
|
||||
<!-- Inject the standard logger -->
|
||||
|
@ -9,7 +9,7 @@ use Shopware\Storefront\Framework\Captcha\AbstractCaptcha;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Throwable;
|
||||
|
||||
final class cloudFlareTurnstile extends AbstractCaptcha
|
||||
final class CloudFlareTurnstile extends AbstractCaptcha
|
||||
{
|
||||
public const CAPTCHA_NAME = 'cloudFlareTurnstile';
|
||||
public const CAPTCHA_REQUEST_PARAMETER = 'cf-turnstile-response';
|
||||
|
Loading…
x
Reference in New Issue
Block a user