Skip to content

Commit f64d138

Browse files
committed
MAGETWO-70039: Fix mini-cart not emptied for logged out users checking out with PayPal Express #9994
- Merge Pull Request #9994 from driskell/magento2:patch-1 - Merged commits: 1. 4e11c0c
2 parents d844e31 + 4e11c0c commit f64d138

File tree

144 files changed

+3203
-531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+3203
-531
lines changed

app/code/Magento/Analytics/README.md

Lines changed: 776 additions & 8 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

app/code/Magento/Backend/view/adminhtml/templates/admin/login.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
data-validate="{required:true}"
4444
value=""
4545
placeholder="<?php /* @escapeNotVerified */ echo __('password') ?>"
46-
autocomplete="off"
46+
autocomplete="new-password"
4747
/>
4848
</div>
4949
</div>

0 commit comments

Comments
 (0)