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
Checking if the phone number is valid (has exactly 10 digits and no extra symbols) should be added to prevent error prone numbers like "-3" are not submitted. The existing code only checks if the number is greater than 10 digits.
The file is located at frontend\src\pages\LostForm.js
The text was updated successfully, but these errors were encountered:
Checking if the phone number is valid (has exactly 10 digits and no extra symbols) should be added to prevent error prone numbers like "-3" are not submitted. The existing code only checks if the number is greater than 10 digits.
The file is located at frontend\src\pages\LostForm.js
The text was updated successfully, but these errors were encountered: