register bug

This commit is contained in:
hamid zarghami
2025-11-12 10:15:00 +03:30
parent def14ca8be
commit c0ece10bf4
+2
View File
@@ -15,7 +15,9 @@ const Register: FC = () => {
const { t } = useTranslation('global')
useEffect(() => {
setTimeout(() => {
window.location.href = Pages.auth.login
}, 300)
}, [])