Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Remove Duplicate HashPassword Function #8

Open
Parvezkhan0 opened this issue Jul 8, 2024 · 0 comments
Open

[bug]: Remove Duplicate HashPassword Function #8

Parvezkhan0 opened this issue Jul 8, 2024 · 0 comments

Comments

@Parvezkhan0
Copy link

There is a duplicate HashPassword function in the common package. This duplication can lead to confusion and maintenance challenges. It is necessary to remove the duplicate function to streamline the code and improve clarity. The function hashPassword and HashPassword perform the same task of hashing passwords using bcrypt. We should retain one and remove the other to maintain clean and efficient code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant