Skip to content

Commit d3ae4c9

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-57771: Log-in button does not appear after entering email then leaving checkout page
1 parent 92beb62 commit d3ae4c9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/form/element/email.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ define([
174174
*/
175175
resolveInitialPasswordVisibility: function () {
176176
if (checkoutData.getInputFieldEmailValue() !== '') {
177-
return (checkoutData.getInputFieldEmailValue() == checkoutData.getCheckedEmailValue())
177+
return (checkoutData.getInputFieldEmailValue() === checkoutData.getCheckedEmailValue())
178178
}
179179

180180
return false;

0 commit comments

Comments
 (0)