mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
password strength function with zxcvbn
This commit is contained in:
@@ -8,4 +8,5 @@ export abstract class PasswordGenerationService {
|
||||
getHistory: () => Promise<GeneratedPasswordHistory[]>;
|
||||
addHistory: (password: string) => Promise<any>;
|
||||
clear: () => Promise<any>;
|
||||
passwordStrength: (password: string, userInputs?: string[]) => zxcvbn.ZXCVBNResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user