Closed florianb closed 3 years ago
Hi – your check for the maximum length (of 5) on tlds, at
https://github.com/almightycouch/gitgud/blob/13b822815a1b321dbe1a97e685c2c2ffe2e6beef/apps/gitgud/lib/gitgud/schemas/email.ex#L118
fails current top level domains in use.
You may also take a look at: https://stackoverflow.com/a/22038535/432696
Thanks @florianb ❤️
I've updated the regex to be less restrictive.
Fantastic – thank you very much!
Hi – your check for the maximum length (of 5) on tlds, at
https://github.com/almightycouch/gitgud/blob/13b822815a1b321dbe1a97e685c2c2ffe2e6beef/apps/gitgud/lib/gitgud/schemas/email.ex#L118
fails current top level domains in use.
You may also take a look at: https://stackoverflow.com/a/22038535/432696