Commit Graph

4 Commits

Author SHA1 Message Date
Joshua Belke
028df8bf27 fix: remove encodeURIComponent from invite link email parameter
The @ symbol in email addresses was being encoded as %40 when
constructing invite URLs, causing broken or garbled links when
copied/shared by users.

- Remove encodeURIComponent(email) from server-side invite link
  construction in inviteUser.ts (both new invite and regenerate paths)
- Remove encodeURIComponent(email) from client-side redirect URLs in
  InviteStatusCard.tsx (login, signup, and useEffect redirect paths)
- Valid Zod-validated email addresses do not contain characters that
  require URL encoding for safe query parameter use (@ is permitted
  in query strings per RFC 3986 §3.4)
2026-04-07 14:58:27 -04:00
Owen
dd11c2c871 Dont accept invite if over the limits 2026-02-11 10:06:54 -08:00
miloschwartz
9a808dc139 fix invite flow 2025-10-07 20:32:44 -07:00
miloschwartz
df85f13aea move all components to components dir 2025-09-04 11:18:42 -07:00