clean
This commit is contained in:
@@ -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'>
|
||||||
|
|||||||
@@ -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])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user