summaryrefslogtreecommitdiff
path: root/app/routes/api.passkey.tsx
AgeCommit message (Collapse)AuthorLines
2026-06-20Fix: move passkey API to dedicated route without React componentyyamashita-0/+136
React Router v7 treats POST to routes with a default export as document requests and returns HTML instead of the action's JSON response. Moving the API logic to an action-only route (/api/passkey) fixes this. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>