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
The Phone Number validator rejects landline numbers. Even though it accepts the "0" part of the number, it expects one of 4,5,6,7,8 or 9 to be the next digit. STD codes don't always start with these digits, hence we need to change the regex for this.
The Phone Number validator rejects landline numbers. Even though it accepts the "0" part of the number, it expects one of 4,5,6,7,8 or 9 to be the next digit. STD codes don't always start with these digits, hence we need to change the regex for this.
Follow up for: ohcnetwork/care_fe#5776
The text was updated successfully, but these errors were encountered: