dev-auth-route

This commit is contained in:
Николай Полтщук 2022-12-19 15:30:35 +03:00
parent 2c7cfd6acb
commit f452e8b4b5

View File

@ -19,7 +19,7 @@ const AuthForDevelopers = () => {
const isAuth = useSelector(selectAuth)
if (isAuth) {
return <Redirect to='/' />
return <Redirect to='/report' />
}
return (