Current phone number validation actually does not place exact 10 digits, while error message of 10 digits may cause confusion. Remove 10 digits warning for now, until international number and extension in place we use new warning/error message
Please include a summary of the change.
Any new packages installed?
Give details
Required followup work
Is there anything related to this that still needs to be done (ex: documentation changes).
Checklist:
[ ] I have updated the azurescript.sh with any new environment variables and added them to the appsettings
[X ] I have looked at my code on GitHub and it all looks good (ex: no random commented out code or console.logs)
[ ] I have added and needed tests for my changes (in particular for new screens)
[ ] I have added a comment to any confusing code
[ ] I have added documentation to any modified front-end code. (Or added missing documentation)
Fixes #2343 (issue)
Description
Current phone number validation actually does not place exact 10 digits, while error message of 10 digits may cause confusion. Remove 10 digits warning for now, until international number and extension in place we use new warning/error message
Any new packages installed?
Required followup work
Checklist: