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
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
My company domain is 'coda.global' and thus my actual email is an @coda.global address. This fails the email validation due to the {2,4} regex in the 'pattern'.
Lines 59-61 in sow/setup.coffee:
email:
pattern: /^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$/i,
message: 'Subdomain must be only letters or numbers.',
I can try to find some time to fork, update, and submit a PR myself for this if needed.