Skip to content

Commit 3e798f9

Browse files
security-package/issues/154: Add reCAPTCHA support for customer account edit.
1 parent dfa87e9 commit 3e798f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReCaptchaCustomer/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<field id="customer_edit" translate="label" type="select" sortOrder="135" showInDefault="1"
2929
showInWebsite="1" showInStore="0" canRestore="1">
3030
<label>Enable for Edit Customer Account</label>
31-
<source_model>Magento\ReCaptchaApi\Model\OptionSource\Type</source_model>
31+
<source_model>Magento\ReCaptchaAdminUi\Model\OptionSource\Type</source_model>
3232
</field>
3333
</group>
3434
</section>

0 commit comments

Comments
 (0)