1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-11 05:43:18 +00:00

installedVersionKey constant

This commit is contained in:
Kyle Spearrin
2018-02-16 15:50:01 -05:00
parent ccf2fbd996
commit acb7b7b8e3

View File

@@ -11,6 +11,7 @@ export class ConstantsService {
static readonly lockOptionKey: string = 'lockOption';
static readonly lastActiveKey: string = 'lastActive';
static readonly neverDomainsKey: string = 'neverDomains';
static readonly installedVersionKey: string = 'installedVersion';
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
readonly disableGaKey: string = ConstantsService.disableGaKey;
@@ -22,6 +23,7 @@ export class ConstantsService {
readonly lockOptionKey: string = ConstantsService.lockOptionKey;
readonly lastActiveKey: string = ConstantsService.lastActiveKey;
readonly neverDomainsKey: string = ConstantsService.neverDomainsKey;
readonly installedVersionKey: string = ConstantsService.installedVersionKey;
// TODO: Convert these objects to enums
readonly encType: any = {