Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/680
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 7, 2024
1 parent 66efbe2 commit 0021175
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/design/frontend/base/default/layout/captcha.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
<block type="core/text_list" name="form.additional.info">
<block type="captcha/captcha" name="captcha">
<reference name="head">
<action method="addJs" ifconfig="customer/captcha/enable"><file>mage/captcha.js</file></action>
<!-- 2024-09-07 Dmitrii Fediuk https://upwork.com/fl/mage2pro
"The names of arguments in `<action method="<methodName>">` calls should match the `methodName`'s arguments":
https://github.com/thehcginstitute-com/m1/issues/680 -->
<action method="addJs" ifconfig="customer/captcha/enable"><name>mage/captcha.js</name></action>
</reference>
<action method="setFormId"><formId>user_login</formId></action>
<action method="setImgWidth"><width>230</width></action>
Expand Down

0 comments on commit 0021175

Please sign in to comment.