mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
new constant
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user