File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/view/frontend/templates/form Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
data-password-min-character-sets="<?php echo $ block ->escapeHtml ($ block ->getRequiredCharacterClassesNumber ()) ?> "
24
24
data-validate="{required:true, 'validate-customer-password':true}"
25
25
autocomplete="off">
26
- <div id="password-strength-meter-container">
26
+ <div id="password-strength-meter-container" data-role="password-strength-meter" >
27
27
<div id="password-strength-meter" class="password-strength-meter">
28
28
<?php /* @escapeNotVerified */ echo __ ('Password Strength ' ); ?> :
29
- <span id="password-strength-meter-label">
29
+ <span id="password-strength-meter-label" data-role="password-strength-meter-label" >
30
30
<?php /* @escapeNotVerified */ echo __ ('No Password ' ); ?>
31
31
</span>
32
32
</div>
You can’t perform that action at this time.
0 commit comments