From 29b27fdc7b9599ad6d58a109b1cf11c37d074d60 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 2 Dec 2025 11:32:25 +0000 Subject: [PATCH] fix: login form incorrect password label fix incorrect "for" attribute on the password label --- .../Magento/Customer/view/frontend/templates/form/login.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Customer/view/frontend/templates/form/login.phtml b/app/code/Magento/Customer/view/frontend/templates/form/login.phtml index f4f82824c935..8250c6274a8a 100644 --- a/app/code/Magento/Customer/view/frontend/templates/form/login.phtml +++ b/app/code/Magento/Customer/view/frontend/templates/form/login.phtml @@ -35,7 +35,7 @@ $buttonLockManager = $block->getData('button_lock_manager');
- +
isAutocompleteDisabled()): ?> autocomplete="off"