We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e53704a + 66613e0 commit 0fa9f19Copy full SHA for 0fa9f19
app/code/Magento/Checkout/view/frontend/web/js/view/form/element/email.js
@@ -174,7 +174,7 @@ define([
174
*/
175
resolveInitialPasswordVisibility: function () {
176
if (checkoutData.getInputFieldEmailValue() !== '') {
177
- return (checkoutData.getInputFieldEmailValue() === checkoutData.getCheckedEmailValue())
+ return checkoutData.getInputFieldEmailValue() === checkoutData.getCheckedEmailValue();
178
}
179
180
return false;
0 commit comments