Merge pull request #39 from apuc/developer-authorization-route

dev-auth-route
This commit is contained in:
NikoM1k
2022-12-19 15:34:22 +03:00
committed by GitHub

View File

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