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
Sign out link in the SettingsPage footer — <a href="/logout">Sign out</a> (Option H).
Removed
POST /api/auth/password endpoint and _render_password_card() helper removed from web/main.py (htmx-era dead code, superseded by POST /api/ui/settings/password in v1.8.0).
web/templates/_login.html and web/templates/_password_card.html deleted
(replaced by React LoginPage and PasswordSection respectively).