Skip to content

Commit

Permalink
feat: remove logout in settings
Browse files Browse the repository at this point in the history
Refs: SHELL-206 (#477)
  • Loading branch information
CataldoMazzilli authored Aug 5, 2024
1 parent 519a5f8 commit f06b5e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
50 changes: 0 additions & 50 deletions src/settings/components/general-settings/logout.test.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions src/settings/components/general-settings/logout.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/settings/general-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Container, useSnackbar } from '@zextras/carbonio-design-system';
import { includes, isEmpty, map, size } from 'lodash';

import DarkThemeSettingSection from './components/general-settings/dark-theme-settings-section';
import { Logout } from './components/general-settings/logout';
import ModuleVersionSettings from './components/general-settings/module-version-settings';
import { OutOfOfficeSettings } from './components/general-settings/out-of-office-settings';
import { Privacy } from './components/general-settings/privacy';
Expand Down Expand Up @@ -272,7 +271,6 @@ const GeneralSettings = (): React.JSX.Element => {
/>
</SettingsSection>
)}
<Logout />
</Container>
</>
);
Expand Down

0 comments on commit f06b5e3

Please sign in to comment.