mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +01:00
dont show card/identities constants
This commit is contained in:
parent
5d5200b12e
commit
1536f161f7
@ -15,6 +15,8 @@ export class ConstantsService {
|
||||
static readonly themeKey: string = 'theme';
|
||||
static readonly collapsedGroupingsKey: string = 'collapsedGroupings';
|
||||
static readonly autoConfirmFingerprints: string = 'autoConfirmFingerprints';
|
||||
static readonly dontShowCardsCurrentTab: string = 'dontShowCardsCurrentTab';
|
||||
static readonly dontShowIdentitiesCurrentTab: string = 'dontShowIdentitiesCurrentTab';
|
||||
|
||||
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
||||
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
||||
@ -31,4 +33,6 @@ export class ConstantsService {
|
||||
readonly themeKey: string = ConstantsService.themeKey;
|
||||
readonly collapsedGroupingsKey: string = ConstantsService.collapsedGroupingsKey;
|
||||
readonly autoConfirmFingerprints: string = ConstantsService.autoConfirmFingerprints;
|
||||
readonly dontShowCardsCurrentTab: string = ConstantsService.dontShowCardsCurrentTab;
|
||||
readonly dontShowIdentitiesCurrentTab: string = ConstantsService.dontShowIdentitiesCurrentTab;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user