Fridgify/Fridgify_Frontend

Email regex doesn't match invalid email

Closed this issue · 3 comments

The email 'email@-example.com' is invalid because the first part of the domain part is a dash.
@DennisRein Should i fix it and ship the change with a merge when im finished or do you want to fix it ?

So the issue is that @-domain emails do get accepted right? If that's the case I'd appreciate it if you could fix it quickly because I am working on other screens right now.

Okay, the issue isn't that important so i will ship the change when i merge into develop.

Fixed with 6c40f32