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 43835fc commit 14721c7Copy full SHA for 14721c7
app/code/Magento/Customer/view/frontend/web/js/trim-username.js
@@ -21,7 +21,7 @@ define([
21
*/
22
_create: function () {
23
// We need to look outside the module for backward compatibility, since someone can already use the module.
24
- // @todo Narrow this selector in 2.3 so it doesn't accidentally finds the the email field from the
+ // @todo Narrow this selector in 2.3 so it doesn't accidentally finds the email field from the
25
// newsletter email field or any other "email" field.
26
this.options.cache.email = $(this.options.formSelector).find(this.options.emailSelector);
27
this._bind();
0 commit comments