register bug
This commit is contained in:
@@ -15,7 +15,9 @@ const Register: FC = () => {
|
|||||||
const { t } = useTranslation('global')
|
const { t } = useTranslation('global')
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
window.location.href = Pages.auth.login
|
setTimeout(() => {
|
||||||
|
window.location.href = Pages.auth.login
|
||||||
|
}, 300)
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user