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
in the schema, and we had an email pass validation with a leading nbsp character, i.e.
" name@email.com"
Since most other whitespace in the email results in validation errors, I believe this should too. The regex excludes \s characters, but nbsp characters are not included in that.