You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: