import Button from '@/Components/Button/Button' import OtherSessionsSignOutContainer from '@/Components/OtherSessionsSignOut/OtherSessionsSignOut' import HorizontalSeparator from '@/Components/Shared/HorizontalSeparator' import { WebApplication } from '@/Application/Application' import { ViewControllerManager } from '@/Services/ViewControllerManager' 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 viewControllerManager: ViewControllerManager } const SignOutView: FunctionComponent = observer(({ application, viewControllerManager }) => { 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.