Skip to content

Commit 3c754a1

Browse files
committed
MAGETWO-57118: [github#6201] Form key shared between admin and frontend
1 parent bda8494 commit 3c754a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/PageCache/etc/frontend/events.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
99
<event name="controller_action_predispatch">
10-
<observer name="register_form_key"
11-
instance="Magento\PageCache\Observer\RegisterFormKeyFromCookie" />
10+
<observer name="register_form_key" instance="Magento\PageCache\Observer\RegisterFormKeyFromCookie" />
1211
</event>
1312
</config>

0 commit comments

Comments
 (0)