mirasoldavila13 / NeighborhoodAid

NeighborhoodAid is an interactive platform designed to empower communities by enabling users to report local issues like potholes, vandalism, and streetlight outages.
MIT License
0 stars 0 forks source link

Feature/user registration #23

Closed mirasoldavila13 closed 1 month ago

PandaKao commented 1 month ago

Just wondering if we wanted to run this through prettier so the formatting matches the rest otherwise code looks good

mirasoldavila13 commented 1 month ago

Thanks for pointing out the Prettier formatting! I went ahead and ran it through The following files were updated after running Prettier:

server/config/connection.js
server/controllers/authController.js
server/models/user.js
server/routes/authRoutes.js
server/server.js
client/src/pages/Login.tsx

Everything should be good now, but let me know if you spot anything else. 😊

Appreciate your feedback as always!