Skip to content

Commit

Permalink
Trim email address in checkout page login form
Browse files Browse the repository at this point in the history
  • Loading branch information
dankhrapiyush authored and gelanivishal committed Jul 9, 2018
1 parent f00c37a commit 1888b1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
type="email"
data-bind="
textInput: email,
hasFocus: emailFocused"
hasFocus: emailFocused,
mageInit: {'mage/trim-input':{}}"
name="username"
data-validate="{required:true, 'validate-email':true}"
id="customer-email" />
Expand Down

0 comments on commit 1888b1e

Please sign in to comment.