Skip to content

Commit 8c0e20c

Browse files
committed
Remove auth popup since checkout has it's own login popup.
Additionally this fixes duplicate ids ARIA errors
1 parent a9e5f7b commit 8c0e20c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0"?>
2+
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
4+
<body>
5+
<referenceBlock name="authentication-popup" remove="true"/>
6+
</body>
7+
</page>

0 commit comments

Comments
 (0)