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