This pull request introduces changes to our phone number validation logic. The current validation rules do not support phone numbers in the 74 XXXXXXXXX format, causing valid numbers to be incorrectly flagged as invalid.
The changes in this pull request ensure that phone numbers starting with ‘74’ and followed by seven additional digits are correctly validated. This update is crucial for our users who have been unable to register their valid phone numbers due to this oversight.
Please review the changes and let me know if there are any concerns or suggestions for improvement.
This pull request introduces changes to our phone number validation logic. The current validation rules do not support phone numbers in the 74 XXXXXXXXX format, causing valid numbers to be incorrectly flagged as invalid.
The changes in this pull request ensure that phone numbers starting with ‘74’ and followed by seven additional digits are correctly validated. This update is crucial for our users who have been unable to register their valid phone numbers due to this oversight.
Please review the changes and let me know if there are any concerns or suggestions for improvement.