diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js index 082c0f632..808109aff 100644 --- a/js/ui/sessionMode.js +++ b/js/ui/sessionMode.js @@ -50,7 +50,7 @@ const _modes = { isLocked: true, isGreeter: undefined, unlockDialog: undefined, - components: ['networkAgent', 'polkitAgent', 'telepathyClient'], + components: ['polkitAgent', 'telepathyClient'], panel: { left: ['userMenu'], center: [], @@ -61,7 +61,7 @@ const _modes = { 'unlock-dialog': { isLocked: true, unlockDialog: undefined, - components: ['networkAgent', 'polkitAgent', 'telepathyClient'], + components: ['polkitAgent', 'telepathyClient'], panel: { left: ['userMenu'], center: [],