Closed ikreymer closed 2 months ago
@tw4l Since we're using EmailStr more strictly now, we can't support url-encoded emails with @ as %40. If we want to support that, should add it to our custom EmailStr to url-decode emails, but I'm not sure if that's needed?
@tw4l Since we're using EmailStr more strictly now, we can't support url-encoded emails with @ as %40. If we want to support that, should add it to our custom EmailStr to url-decode emails, but I'm not sure if that's needed?
That's fine! Not sure I even meant to encode that part of the email addresses in the tests, that might have been a mistake.