File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/code/Magento/Customer/view/frontend Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ var config = {
9
9
checkoutBalance : 'Magento_Customer/js/checkout-balance' ,
10
10
address : 'Magento_Customer/address' ,
11
11
changeEmailPassword : 'Magento_Customer/change-email-password' ,
12
- trimUsername : 'Magento_Customer/js/trim-username' ,
13
12
passwordStrengthIndicator : 'Magento_Customer/js/password-strength-indicator' ,
14
13
zxcvbn : 'Magento_Customer/js/zxcvbn' ,
15
14
addressValidation : 'Magento_Customer/js/addressValidation'
Original file line number Diff line number Diff line change 46
46
<script type="text/x-magento-init">
47
47
{
48
48
".field.email": {
49
- "trimUsername ": {
49
+ "Magento_Customer/js/trim-username ": {
50
50
"formSelector": "form.form-login"
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments