diff --git a/docs/user-guide/admin-dashboard.md b/docs/user-guide/admin-dashboard.md index 49487810..2bdf94b3 100644 --- a/docs/user-guide/admin-dashboard.md +++ b/docs/user-guide/admin-dashboard.md @@ -195,12 +195,6 @@ Configure core node settings and preferences: - **Private Key (nsec)** - Nostr private key with show/hide toggle - **Nostr Relays** - Configure relays for provider announcements -#### Security Settings - -- **Upstream API Key** - Primary API key for upstream providers -- **Admin Password** - Change dashboard access password -- **API Key Visibility** - Control credential display in interface - #### Cashu Mint Management - **Add Mint URLs** - Configure multiple Cashu mint endpoints diff --git a/ui/components/settings/admin-settings.tsx b/ui/components/settings/admin-settings.tsx index 256ddb24..c81d0b75 100644 --- a/ui/components/settings/admin-settings.tsx +++ b/ui/components/settings/admin-settings.tsx @@ -288,22 +288,6 @@ export function AdminSettings() { - {/* Security Settings */} - - - Security Settings - - Configure authentication and API access - - - - {renderSecretField( - 'upstream_api_key', - 'Upstream API Key', - 'Enter API key' - )} - - {/* Cashu Mints */}