rm auth-status

This commit is contained in:
2025-06-16 02:25:00 +09:00
parent e917c563f2
commit c8377ceabf

View File

@ -1534,13 +1534,6 @@ function App() {
</div>
)}
{/* Show authentication status on non-post pages */}
{user && !appConfig.rkey && (
<div className="auth-status">
<p> Authenticated as @{user.handle}</p>
<p><small>Visit a post page to comment</small></p>
</div>
)}
</section>
</main>