diff --git a/app/react/sidebar/SettingsSidebar.tsx b/app/react/sidebar/SettingsSidebar.tsx
index 5caa599f9..9a51b44bc 100644
--- a/app/react/sidebar/SettingsSidebar.tsx
+++ b/app/react/sidebar/SettingsSidebar.tsx
@@ -111,12 +111,13 @@ export function SettingsSidebar({ isAdmin }: Props) {
data-cy="portainerSidebar-authentication"
/>
)}
-
-
+ {process.env.PORTAINER_EDITION !== 'CE' && (
+
+ )}