CONTEXT: LoginArea should not be wrapped in any conditional logic

This commit is contained in:
Alex Gleason 2025-05-16 12:30:41 -05:00
parent cc3d87192c
commit b24578f0db
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -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 ## `npub`, `naddr`, and other Nostr addresses