-
Notifications
You must be signed in to change notification settings - Fork 0
Reduce code redundancy #9
Copy link
Copy link
Open
Labels
housekeepingCleaning up the codeCleaning up the code
Description
Currently, there's a lot of repetition in the project
Complete the following to reduce repetition and code duplication
- Create a handler for Errors
- Password hashing is redundant while adding new user and updating the user
- Signing out logic is duplicated in delete user(to remove the JWT cookie)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
housekeepingCleaning up the codeCleaning up the code