mirror of
https://github.com/bitwarden/jslib
synced 2025-12-18 17:23:30 +00:00
[bug] Store collapsedGroupings in accountSettings (#694)
This commit is contained in:
@@ -51,7 +51,6 @@ export class AccountData {
|
||||
GeneratedPasswordHistory[]
|
||||
> = new EncryptionPair<GeneratedPasswordHistory[], GeneratedPasswordHistory[]>();
|
||||
addEditCipherInfo?: any;
|
||||
collapsedGroupings?: string[];
|
||||
eventCollection?: EventData[];
|
||||
organizations?: { [id: string]: OrganizationData };
|
||||
providers?: { [id: string]: ProviderData };
|
||||
@@ -105,6 +104,7 @@ export class AccountSettings {
|
||||
biometricLocked?: boolean;
|
||||
biometricUnlock?: boolean;
|
||||
clearClipboard?: number;
|
||||
collapsedGroupings?: string[];
|
||||
defaultUriMatch?: UriMatchType;
|
||||
disableAddLoginNotification?: boolean;
|
||||
disableAutoBiometricsPrompt?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user