We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e56a9 commit 9619454Copy full SHA for 9619454
app/code/Magento/Captcha/Block/LayoutProcessor.php
app/code/Magento/Customer/Model/Form.php
@@ -15,12 +15,7 @@ class Form extends \Magento\Eav\Model\Form
15
* XML configuration paths for "Disable autocomplete on storefront" property
16
*/
17
public const XML_PATH_ENABLE_AUTOCOMPLETE = 'customer/password/autocomplete_on_storefront';
18
-
19
- /**
20
- * XML configuration paths for "Enable CAPTCHA on Storefront" property
21
- */
22
- public const XML_PATH_CUSTOMER_CAPTCHA_ENABLED = 'customer/captcha/enable';
23
+
24
/**
25
* Current module pathname
26
*
0 commit comments