From c8377ceabffc46ff440c10204232c47a8787a2fb Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 16 Jun 2025 02:25:00 +0900 Subject: [PATCH] rm auth-status --- oauth/src/App.tsx | 7 ------- 1 file changed, 7 deletions(-) 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

-
- )}