diff --git a/CONTEXT.md b/CONTEXT.md index d90b6d1..03acefb 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -152,23 +152,23 @@ The `useCurrentUser` hook should be used to ensure that the user is logged in be ### Nostr Login -To enable login with Nostr, simply include the `AccountSwitcher` component already included in this project. +To enable login with Nostr, simply use the `LoginArea` component already included in this project. ```tsx -import { AccountSwitcher } from "@/components/auth/AccountSwitcher"; +import { LoginArea } from "@/components/auth/LoginArea"; function MyComponent() { return (