import Button from '@/Components/Button/Button' import OtherSessionsSignOutContainer from '@/Components/OtherSessionsSignOut/OtherSessionsSignOut' import HorizontalSeparator from '@/Components/Shared/HorizontalSeparator' import { WebApplication } from '@/UIModels/Application' import { AppState } from '@/UIModels/AppState' import { observer } from 'mobx-react-lite' import { FunctionComponent } from 'react' import { Subtitle, Title, Text } from '../../PreferencesComponents/Content' import PreferencesGroup from '../../PreferencesComponents/PreferencesGroup' import PreferencesSegment from '../../PreferencesComponents/PreferencesSegment' import ClearSessionDataView from './ClearSessionDataView' type Props = { application: WebApplication appState: AppState } const SignOutView: FunctionComponent = observer(({ application, appState }) => { return ( <> Sign out Other devices Want to sign out on all devices except this one?
This workspace Remove all data related to the current workspace from the application.