dev-auth-route
This commit is contained in:
parent
2c7cfd6acb
commit
f452e8b4b5
@ -19,7 +19,7 @@ const AuthForDevelopers = () => {
|
||||
const isAuth = useSelector(selectAuth)
|
||||
|
||||
if (isAuth) {
|
||||
return <Redirect to='/' />
|
||||
return <Redirect to='/report' />
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user