Skip to content

Commit 7aa945b

Browse files
committed
MC-32223: JS bug in validate date of birth input on 2.3.4
1 parent 78bb169 commit 7aa945b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Customer/view/frontend/web/js/validation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ define([
22
'jquery',
33
'moment',
44
'jquery/validate',
5+
'validation',
56
'mage/translate'
67
], function ($, moment) {
78
'use strict';

0 commit comments

Comments
 (0)