File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/view/frontend/web/js Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ define([
3131 this . options . cache . label = $ ( this . options . passwordStrengthMeterLabelSelector , this . element ) ;
3232
3333 // We need to look outside the module for backward compatibility, since someone can already use the module.
34- // @todo Narrow this selector in 2.3 so it doesn't accidentally finds the the email field from the newsletter
35- // email field or any other "email" field.
34+ // @todo Narrow this selector in 2.3 so it doesn't accidentally finds the the email field from the
35+ // newsletter email field or any other "email" field.
3636 this . options . cache . email = $ ( this . options . formSelector ) . find ( this . options . emailSelector ) ;
3737 this . _bind ( ) ;
3838 } ,
You can’t perform that action at this time.
0 commit comments