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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user