Closed JyothiNandyala closed 3 years ago
Well done Jyothi, but shouldn't you use AuthenticatedRoute instead of Route for the protected routes, because for instance we don't want the client to be able to access career-page, results profile-page, elevator-pitch, etc if they are not authentificated? Am I wrong?
Description
I have added all the routes for the missing pages in app.js file.
Fixes # (issue)
118
How to test?
give the command like npm run dev then check all the pages with /(link name).
Checklist