Skip to content

Commit

Permalink
Trim email address in create new customer account page
Browse files Browse the repository at this point in the history
  • Loading branch information
dankhrapiyush committed Jun 17, 2018
1 parent 3cf1d74 commit bd7d3b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
class="input-text"
data-password-min-length="<?= $block->escapeHtmlAttr($block->getMinimumPasswordLength()) ?>"
data-password-min-character-sets="<?= $block->escapeHtmlAttr($block->getRequiredCharacterClassesNumber()) ?>"
data-mage-init='{"mage/trim-input":{}}'
data-validate="{required:true, 'validate-customer-password':true}"
autocomplete="off">
<div id="password-strength-meter-container" data-role="password-strength-meter" aria-live="polite">
Expand Down

0 comments on commit bd7d3b4

Please sign in to comment.