feat: rename Authentication section to Authentication & Configuration
This commit is contained in:
@@ -199,7 +199,7 @@ export class MCPServerSettingTab extends PluginSettingTab {
|
|||||||
authSummary.style.fontWeight = 'bold';
|
authSummary.style.fontWeight = 'bold';
|
||||||
authSummary.style.marginBottom = '12px';
|
authSummary.style.marginBottom = '12px';
|
||||||
authSummary.style.cursor = 'pointer';
|
authSummary.style.cursor = 'pointer';
|
||||||
authSummary.setText('Authentication');
|
authSummary.setText('Authentication & Configuration');
|
||||||
|
|
||||||
// API Key Display (always show - auth is always enabled)
|
// API Key Display (always show - auth is always enabled)
|
||||||
new Setting(authDetails)
|
new Setting(authDetails)
|
||||||
|
|||||||
Reference in New Issue
Block a user