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
Currently, there are TWO password strength checkers, one in the BE api repo and the other in the FE src repo. They are literally duplicates of one another, and should be moved to a single shared folder that can utilize from both repos.
BONUS: Documentation and tests of the password strength checker and what it does.