1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

new constant

This commit is contained in:
Kyle Spearrin
2018-07-31 23:49:15 -04:00
parent a1112988c4
commit 76c89f01ef

View File

@@ -2,6 +2,7 @@ export class ConstantsService {
static readonly environmentUrlsKey: string = 'environmentUrls'; static readonly environmentUrlsKey: string = 'environmentUrls';
static readonly disableGaKey: string = 'disableGa'; static readonly disableGaKey: string = 'disableGa';
static readonly disableAddLoginNotificationKey: string = 'disableAddLoginNotification'; static readonly disableAddLoginNotificationKey: string = 'disableAddLoginNotification';
static readonly disableChangedPasswordNotificationKey: string = 'disableChangedPasswordNotification';
static readonly disableContextMenuItemKey: string = 'disableContextMenuItem'; static readonly disableContextMenuItemKey: string = 'disableContextMenuItem';
static readonly disableFaviconKey: string = 'disableFavicon'; static readonly disableFaviconKey: string = 'disableFavicon';
static readonly disableAutoTotpCopyKey: string = 'disableAutoTotpCopy'; static readonly disableAutoTotpCopyKey: string = 'disableAutoTotpCopy';