mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
autoConfirmFingerprints constant
This commit is contained in:
parent
f485fbb687
commit
f514e2bb67
@ -14,6 +14,7 @@ export class ConstantsService {
|
|||||||
static readonly localeKey: string = 'locale';
|
static readonly localeKey: string = 'locale';
|
||||||
static readonly themeKey: string = 'theme';
|
static readonly themeKey: string = 'theme';
|
||||||
static readonly collapsedGroupingsKey: string = 'collapsedGroupings';
|
static readonly collapsedGroupingsKey: string = 'collapsedGroupings';
|
||||||
|
static readonly autoConfirmFingerprints: string = 'autoConfirmFingerprints';
|
||||||
|
|
||||||
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
||||||
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
||||||
@ -29,4 +30,5 @@ export class ConstantsService {
|
|||||||
readonly localeKey: string = ConstantsService.localeKey;
|
readonly localeKey: string = ConstantsService.localeKey;
|
||||||
readonly themeKey: string = ConstantsService.themeKey;
|
readonly themeKey: string = ConstantsService.themeKey;
|
||||||
readonly collapsedGroupingsKey: string = ConstantsService.collapsedGroupingsKey;
|
readonly collapsedGroupingsKey: string = ConstantsService.collapsedGroupingsKey;
|
||||||
|
readonly autoConfirmFingerprints: string = ConstantsService.autoConfirmFingerprints;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user