PacktPublishing / Full-Stack-React-Projects-Second-Edition

Full-Stack React Projects - Second Edition, published by Packt
MIT License
452 stars 541 forks source link

Private Route #120

Open jbetancur12 opened 2 years ago

jbetancur12 commented 2 years ago

I have a problem withe the PrivateRouter component. When I try to insert directly the path in the browser (for example: localhost:3000/posts) it redirects to Signin even if I am already logged in.