project-bifrost-platform/src/pages/admin
Jonathan Hvid a520e8534e fix(admin): invite magic link is absolute, not relative
The Create Invitation flow rendered "/invite?t=…" instead of
"https://host/invite?t=…" because the origin was gated on an unset
PUBLIC_ORIGIN env var.

Solution: OpContext now carries `origin` (always set by the route
handler from Astro.url.origin), and invitations.ts builds the magic
link from it. No env vars required.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 10:29:58 +02:00
..
[resource].astro fix(admin): invite magic link is absolute, not relative 2026-05-13 10:29:58 +02:00
index.astro feat(admin): retire old admin, add resource verifier, redirect /admin 2026-05-12 16:52:48 +02:00