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 67
67
</div>
68
68
</div>
69
69
</div>
70
- <div class="field confirm password required" data-container="confirm-password">
70
+ <div class="field confirmation password required" data-container="confirm-password">
71
71
<label class="label" for="password-confirmation"><span><?= $ block ->escapeHtml (__ ('Confirm New Password ' )) ?> </span></label>
72
72
<div class="control">
73
73
<input type="password" class="input-text" name="password_confirmation" id="password-confirmation"
93
93
], function($){
94
94
var dataForm = $('#form-validate');
95
95
var ignore = <?= /* @noEscape */ $ _dob ->isEnabled () ? '\'input[id$="full"] \'' : 'null ' ?> ;
96
-
96
+
97
97
dataForm.mage('validation', {
98
98
<?php if ($ _dob ->isEnabled ()) : ?>
99
99
errorPlacement: function(error, element) {
You can’t perform that action at this time.
0 commit comments