File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
app/code/Magento/Checkout/view/frontend/web Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,6 @@ define([
192
192
* @returns {Boolean } - initial visibility state.
193
193
*/
194
194
resolveInitialPasswordVisibility : function ( ) {
195
- if ( checkoutData . getInputFieldEmailValue ( ) !== '' && checkoutData . getCheckedEmailValue ( ) === '' ) {
196
- return true ;
197
- }
198
-
199
195
if ( checkoutData . getInputFieldEmailValue ( ) !== '' ) {
200
196
return checkoutData . getInputFieldEmailValue ( ) === checkoutData . getCheckedEmailValue ( ) ;
201
197
}
Original file line number Diff line number Diff line change 21
21
data-bind ="
22
22
textInput: email,
23
23
hasFocus: emailFocused,
24
+ afterRender: emailHasChanged,
24
25
mageInit: {'mage/trim-input':{}} "
25
26
name ="username "
26
27
data-validate ="{required:true, 'validate-email':true} "
You can’t perform that action at this time.
0 commit comments