DeeJaeMann / careercompass

MIT License
0 stars 0 forks source link

Added logout function to connections #72

Closed DeeJaeMann closed 6 months ago

DeeJaeMann commented 6 months ago

Added logout functionality to navbar Added conditional rendering to buttons and links Added redirect for users logged out to return to home page Changes to be committed: modified: back-end/log/info.log modified: front-end/src/App.jsx modified: front-end/src/components/Navbar.jsx modified: front-end/src/lib/connections.jsx modified: front-end/src/pages/LoginPage.jsx modified: front-end/src/pages/SignupPage.jsx