~bigbes/lethe

ref: 7b17e7c1dcc5a4e4518529299926c293228dfa09 lethe/web/src/shell/AuthGate.tsx -rw-r--r-- 3.9 KiB
13113b8c — Eugene Blikh a month ago
web: AuthGate consolidates three "not authenticated" cards

Create AuthGate component as the single source of truth for the
unauthenticated UI. Cold renders show a manual sign-in button (IV7);
mid-session expiry auto-redirects via useEffect (IV7); auth_error shows
the distinct error card with a "Try again" button and never auto-retries
(IV6). Swap the inline AuthError cards at index, projects, and
SavedSearchesSection call sites.