diff --git a/src/pages/auth/components/LoginStep1.tsx b/src/pages/auth/components/LoginStep1.tsx index d599430..8e62495 100644 --- a/src/pages/auth/components/LoginStep1.tsx +++ b/src/pages/auth/components/LoginStep1.tsx @@ -10,7 +10,6 @@ import Button from '../../../components/Button' import { isEmail } from '../../../config/func' import { useCheckHasAccount, useLoginWithOtp } from '../hooks/useAuthData' import { ErrorType } from '../../../helpers/types' -import { ArrowLeft } from 'iconsax-react' import { toast } from '../../../components/Toast' const LoginStep1: FC = () => { @@ -101,12 +100,12 @@ const LoginStep1: FC = () => { */} - + {/*
{t('auth.old_version')}
-
+ */} ) }