fix: Add pre-auth session clear mechanism on HomePage (#188) #192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Relates to #188
Summary
Add a "Trouble logging in?" link on the homepage that allows users to clear stale auth credentials without needing to navigate to Settings (which requires authentication).
Problem
When users are stuck in an auth limbo state (stale tokens prevent login but no way to clear them), they have no self-recovery mechanism. The logout button is in Settings, which requires authentication to access.
Changes
frontend/src/pages/HomePage.tsxAcceptance Criteria