Commit Graph

1 Commits

Author SHA1 Message Date
Claude Agent
711fbdc92c
Add missing login page and fix auth loop
- /login route did not exist, so /admin redirected to /api/login -> /login -> 404
- /api/auth/user still ran the Replit-era deterministic UUID hash on the session
  id, so it never found the user; now reads the session directly
- admin logout posts to /api/auth/logout and returns to /login
2026-08-05 16:26:36 +00:00