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
commit 032cf4f5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 (