Merge pull request #39 from apuc/developer-authorization-route
dev-auth-route
This commit is contained in:
commit
032cf4f5bf
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user