Skip to content

Commit 76223e8

Browse files
ENGCOM-6266: Changing confirm password field class #25559
2 parents a0ec11b + 36fd670 commit 76223e8

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Customer/view/frontend/templates/form

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/view/frontend/templates/form/edit.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</div>
6868
</div>
6969
</div>
70-
<div class="field confirm password required" data-container="confirm-password">
70+
<div class="field confirmation password required" data-container="confirm-password">
7171
<label class="label" for="password-confirmation"><span><?= $block->escapeHtml(__('Confirm New Password')) ?></span></label>
7272
<div class="control">
7373
<input type="password" class="input-text" name="password_confirmation" id="password-confirmation"
@@ -93,7 +93,7 @@
9393
], function($){
9494
var dataForm = $('#form-validate');
9595
var ignore = <?= /* @noEscape */ $_dob->isEnabled() ? '\'input[id$="full"]\'' : 'null' ?>;
96-
96+
9797
dataForm.mage('validation', {
9898
<?php if ($_dob->isEnabled()) : ?>
9999
errorPlacement: function(error, element) {

0 commit comments

Comments
 (0)