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