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
Mobile: preserve query params on deep links so email/QR tokens aren't dropped
Universal/app links for the whole couchers.org domain open in-app, but the
catch-all route rebuilt the path from slug segments only and silently dropped
the query string, so token-bearing links (account deletion confirmation,
recovery, unsubscribe, postal verification, strong verification) couldn't
complete. Forward the query string through the catch-all and add dedicated
top-level routes for the links that must work while logged out.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments