This commit is contained in:
hamid zarghami
2025-11-12 09:41:21 +03:30
parent 3e839845ba
commit def14ca8be
4 changed files with 13 additions and 8 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
import { FC } from 'react'
import { FC, useEffect } from 'react'
import LogoImage from '../../assets/images/logo.svg'
import LogoSmallImage from '../../assets/images/logo-small.svg'
import { useTranslation } from 'react-i18next'
@@ -14,6 +14,11 @@ const Register: FC = () => {
const { stepLogin } = useAuthStore()
const { t } = useTranslation('global')
useEffect(() => {
window.location.href = Pages.auth.login
}, [])
return (
<div className='w-full h-full flex justify-center lg:py-[75px] py-4 lg:items-center lg:px-10 px-4'>