diff --git a/frontend-modern/src/components/Settings/QuickSecuritySetup.tsx b/frontend-modern/src/components/Settings/QuickSecuritySetup.tsx index 5842a3108..f585c1da4 100644 --- a/frontend-modern/src/components/Settings/QuickSecuritySetup.tsx +++ b/frontend-modern/src/components/Settings/QuickSecuritySetup.tsx @@ -379,6 +379,9 @@ Important: {copied() === 'token' ? 'Copied!' : 'Copy'} +

+ This is your API token for automation. Use with X-API-Token header. +

diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index 14e0ab1da..048a9ce8b 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -1513,8 +1513,9 @@ const Settings: Component = () => { - {/* API Tokens */} - + {/* API Tokens - Only show if NOT using Quick Security Setup */} + {/* Quick Security Setup manages its own API token via systemd */} +

API Tokens