From b24578f0db21376441bda410d80e28f5d7b93b0f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 16 May 2025 12:30:41 -0500 Subject: [PATCH] CONTEXT: LoginArea should not be wrapped in any conditional logic --- CONTEXT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTEXT.md b/CONTEXT.md index 113f885..67cfb47 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -216,7 +216,7 @@ function MyComponent() { } ``` -The `LoginArea` component displays a "Log in" button when the user is logged out, and changes to an account switcher once the user is logged in. It handles all the login-related UI and interactions internally, including displaying login dialogs and switching between accounts. +The `LoginArea` component displays a "Log in" button when the user is logged out, and changes to an account switcher once the user is logged in. It handles all the login-related UI and interactions internally, including displaying login dialogs and switching between accounts. It should not be wrapped in any conditional logic. ## `npub`, `naddr`, and other Nostr addresses