You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
the regex of es-HN in isMobilePhone is incorrect, the correct regex should be /^(\+?504)?[9|8|3|2]\d{7}$/ the phone numbers can also start with 3 or 2
Describe the bug
the regex of
es-HNinisMobilePhoneis incorrect, the correct regex should be/^(\+?504)?[9|8|3|2]\d{7}$/the phone numbers can also start with 3 or 2validator.js/src/lib/isMobilePhone.js
Line 72 in cfcf911
Additional context
Validator.js version: 13.7.0