clean
This commit is contained in:
@@ -10,9 +10,6 @@ const Login: FC = () => {
|
||||
|
||||
const { stepLogin, phone, email } = useAuthStore()
|
||||
|
||||
console.log(phone, email, stepLogin);
|
||||
|
||||
|
||||
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='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 (
|
||||
<Fragment>
|
||||
<div className='mt-5 rowTwoInput'>
|
||||
|
||||
@@ -29,7 +29,6 @@ const SideBar: FC = () => {
|
||||
useEffect(() => {
|
||||
|
||||
const split = location.pathname.split('/')
|
||||
console.log('split', split);
|
||||
|
||||
|
||||
if (SideBarItemHasSubMenu.includes(split[1])) {
|
||||
|
||||
Reference in New Issue
Block a user