1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-04-02 18:07:00 +02: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 disableGaKey: string = 'disableGa';
static readonly disableAddLoginNotificationKey: string = 'disableAddLoginNotification';
static readonly disableChangedPasswordNotificationKey: string = 'disableChangedPasswordNotification';
static readonly disableContextMenuItemKey: string = 'disableContextMenuItem';
static readonly disableFaviconKey: string = 'disableFavicon';
static readonly disableAutoTotpCopyKey: string = 'disableAutoTotpCopy';