This commit is contained in:
hamid zarghami
2025-02-02 17:58:04 +03:30
parent 8edcda3342
commit a2fdfa8a65
3 changed files with 0 additions and 7 deletions
-3
View File
@@ -10,9 +10,6 @@ const Login: FC = () => {
const { stepLogin, phone, email } = useAuthStore() const { stepLogin, phone, email } = useAuthStore()
console.log(phone, email, stepLogin);
return ( return (
<div className='w-full h-full flex justify-center lg:py-[75px] py-4 lg:items-center lg:px-10 px-4'> <div className='w-full h-full flex justify-center lg:py-[75px] py-4 lg:items-center lg:px-10 px-4'>
<div className='flex w-full max-h-[812px] max-w-[1200px] bg-secondary h-full rounded-3xl overflow-hidden'> <div className='flex w-full max-h-[812px] max-w-[1200px] bg-secondary h-full rounded-3xl overflow-hidden'>
@@ -58,9 +58,6 @@ const RegisterStep2: FC = () => {
}, },
}) })
console.log(formik.errors);
return ( return (
<Fragment> <Fragment>
<div className='mt-5 rowTwoInput'> <div className='mt-5 rowTwoInput'>
-1
View File
@@ -29,7 +29,6 @@ const SideBar: FC = () => {
useEffect(() => { useEffect(() => {
const split = location.pathname.split('/') const split = location.pathname.split('/')
console.log('split', split);
if (SideBarItemHasSubMenu.includes(split[1])) { if (SideBarItemHasSubMenu.includes(split[1])) {