mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 10:43:23 +00:00
[bug] Correct neverDomains type on the account model
This commit is contained in:
@@ -84,7 +84,7 @@ export class Account {
|
||||
loginRedirect: any;
|
||||
mainWindowSize: number;
|
||||
minimizeOnCopyToClipboard: boolean;
|
||||
neverDomains: string[];
|
||||
neverDomains: { [id: string]: any };
|
||||
openAtLogin: boolean;
|
||||
encryptedPasswordGenerationHistory: GeneratedPasswordHistory[];
|
||||
decryptedPasswordGenerationHistory: GeneratedPasswordHistory[];
|
||||
|
||||
Reference in New Issue
Block a user