Skip to content

Commit ca9d771

Browse files
authored
Merge pull request #453 from magento-performance/CABPI-408
CABPI-408: Sign In With Adobe Is Broken
2 parents 106cadf + ad4d6a2 commit ca9d771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/AdminAdobeIms/etc/module.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_AdminAdobeIms">
1010
<sequence>
11-
<module name="Magento_AdobeIms"/>
11+
<module name="Magento_Backend"/>
12+
<module name="Magento_User"/>
1213
</sequence>
1314
</module>
1415
</config>

0 commit comments

Comments
 (0)