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
fix(auth): spell isLikelyEmail ASCII range with printable bounds (no control char) (#3613)
Mirror the objectui hygiene fix: `[^\x20-\x7e]` instead of `[^\x00-\x7f]` so the
regex literal carries no control character (eslint no-control-regex). Same
semantics — anything outside printable ASCII fails the email pre-filter.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments