diff --git a/oauth/src/App.tsx b/oauth/src/App.tsx index 928a565..6c3cfc9 100644 --- a/oauth/src/App.tsx +++ b/oauth/src/App.tsx @@ -1534,13 +1534,6 @@ function App() { )} - {/* Show authentication status on non-post pages */} - {user && !appConfig.rkey && ( -
✅ Authenticated as @{user.handle}
-Visit a post page to comment
-