diff --git a/frontend/src/views/Settings/PersonalSettingsPage/SecuritySection/MFASection.tsx b/frontend/src/views/Settings/PersonalSettingsPage/SecuritySection/MFASection.tsx index b22fd9cfb..221b51e82 100644 --- a/frontend/src/views/Settings/PersonalSettingsPage/SecuritySection/MFASection.tsx +++ b/frontend/src/views/Settings/PersonalSettingsPage/SecuritySection/MFASection.tsx @@ -4,13 +4,13 @@ import TotpRegistration from "@app/components/mfa/TotpRegistration"; import { createNotification } from "@app/components/notifications"; import { Button, - Checkbox, ContentLoader, DeleteActionModal, EmailServiceSetupModal, FormControl, Select, - SelectItem + SelectItem, + Switch } from "@app/components/v2"; import { useToggle } from "@app/hooks"; import { useGetUser, userKeys, useUpdateUserMfa } from "@app/hooks/api"; @@ -140,7 +140,7 @@ export const MFASection = () => {
Two-factor Authentication
{user && ( -