mirror of
https://github.com/bitwarden/jslib
synced 2025-12-18 09:13:19 +00:00
Username generator (#734)
* add support for username generation * remove unused Router * pr feedback
This commit is contained in:
@@ -125,6 +125,8 @@ export class AccountSettings {
|
||||
minimizeOnCopyToClipboard?: boolean;
|
||||
neverDomains?: { [id: string]: any };
|
||||
passwordGenerationOptions?: any;
|
||||
usernameGenerationOptions?: any;
|
||||
generatorOptions?: any;
|
||||
pinProtected?: EncryptionPair<string, EncString> = new EncryptionPair<string, EncString>();
|
||||
protectedPin?: string;
|
||||
settings?: any; // TODO: Merge whatever is going on here into the AccountSettings model properly
|
||||
|
||||
Reference in New Issue
Block a user