1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-5610] add eff long word list generator (#7748)

This commit is contained in:
✨ Audrey ✨
2024-02-07 13:24:32 -05:00
committed by GitHub
parent 82cb52a938
commit 6d79231476
10 changed files with 227 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
export type UsernameGeneratorOptions = {
import { EffUsernameGenerationOptions } from "./eff-username-generator-options";
export type UsernameGeneratorOptions = EffUsernameGenerationOptions & {
type?: "word" | "subaddress" | "catchall" | "forwarded";
wordCapitalize?: boolean;
wordIncludeNumber?: boolean;
subaddressType?: "random" | "website-name";
subaddressEmail?: string;
catchallType?: "random" | "website-name";