diff --git a/src/components/PageComponents/Config/Security.tsx b/src/components/PageComponents/Config/Security.tsx index cc67c007..0a1117fe 100644 --- a/src/components/PageComponents/Config/Security.tsx +++ b/src/components/PageComponents/Config/Security.tsx @@ -122,6 +122,11 @@ export const Security = (): JSX.Element => { adminKey: adminKey, privateKey: privateKey, publicKey: publicKey, + adminChannelEnabled: config.security?.adminChannelEnabled ?? false, + isManaged: config.security?.isManaged ?? false, + bluetoothLoggingEnabled: config.security?.bluetoothLoggingEnabled ?? false, + debugLogApiEnabled: config.security?.debugLogApiEnabled ?? false, + serialEnabled: config.security?.serialEnabled ?? false, }, }} fieldGroups={[ @@ -170,7 +175,7 @@ export const Security = (): JSX.Element => { }, { label: "Admin Settings", - description: "Settings for Admin ", + description: "Settings for Admin", fields: [ { type: "toggle",