diff --git a/src/pages/profile/Profile.tsx b/src/pages/profile/Profile.tsx index d885e3c..acc8265 100644 --- a/src/pages/profile/Profile.tsx +++ b/src/pages/profile/Profile.tsx @@ -4,7 +4,6 @@ import AvatarImage from '../../assets/images/avatar_image.png' import Button from '../../components/Button' import { DocumentUpload } from 'iconsax-react' import { useGetProfile, useSingleUpload, useUpdateProfile } from './hooks/useProfileData' -import Username from './components/Username' import { useDropzone } from 'react-dropzone' import { toast } from '@/components/Toast' import { ErrorType } from '@/helpers/types' @@ -142,10 +141,7 @@ const Profile: FC = () => { {t('profile.auth_after_change_info')} -
- +
{ value: 'password' }, { - icon: , + icon: , label: t('setting.2fa'), value: '2fa' }, diff --git a/src/shared/Main.tsx b/src/shared/Main.tsx index 2a5f46f..93f344e 100644 --- a/src/shared/Main.tsx +++ b/src/shared/Main.tsx @@ -26,7 +26,7 @@ const Main: FC = () => {