💄 Prettier codebase
This commit is contained in:
@@ -23,7 +23,6 @@ function getStrength(password: string) {
|
||||
score += 1;
|
||||
}
|
||||
return (score / goal) * 100;
|
||||
|
||||
}
|
||||
|
||||
export const PasswordRequirements = ({ value }: { value: string }) => {
|
||||
|
||||
Reference in New Issue
Block a user