From cfe03d6dcbdde0197d1c7e674763fe1de84f439c Mon Sep 17 00:00:00 2001 From: 9qeklajc <9qeklajc> Date: Mon, 10 Nov 2025 22:59:32 +0100 Subject: [PATCH] remove redundant setting & doc --- docs/user-guide/admin-dashboard.md | 6 ------ ui/components/settings/admin-settings.tsx | 16 ---------------- 2 files changed, 22 deletions(-) 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 */}