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.
1 parent 101aa44 commit cd336eaCopy full SHA for cd336ea
app/code/Magento/Customer/view/frontend/web/js/show-password.js
@@ -42,8 +42,8 @@ define([
42
var passwordField = this.options.passwordSelector;
43
44
$(passwordField).attr('type',
45
- $(passwordField).attr('type') === this.options.passwordInputType
46
- ? this.options.textInputType : this.options.passwordInputType
+ $(passwordField).attr('type') === this.options.passwordInputType ?
+ this.options.textInputType : this.options.passwordInputType
47
);
48
}
49
});
0 commit comments