12 implement twilio sms #37

Merged
BenjaminPalko merged 26 commits from 12-implement-twilio-sms into master 2025-01-02 20:11:28 -05:00
Showing only changes of commit 2201b078d5 - Show all commits

View file

@ -1 +1 @@
export const PhoneRegex = /^(1-)?\d{3}-?\d{3}-?\d{4}$/; export const PhoneRegex = /^\+?\d?(\d{3}\d{3}\d{4}|\d{3}-\d{3}-\d{4})$/;