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
According to RFC 1035, domain label cannot start or end in hyphen. Validation on email addresses such as email("[email protected]") should throw a ValidationFailure while the function currently returns True.