mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
various fixes for generator history
This commit is contained in:
@@ -10,7 +10,6 @@ export default class ConstantsService {
|
||||
static readonly enableAutoFillOnPageLoadKey: string = 'enableAutoFillOnPageLoad';
|
||||
static readonly lockOptionKey: string = 'lockOption';
|
||||
static readonly lastActiveKey: string = 'lastActive';
|
||||
static readonly generatedPasswordHistoryKey: string = 'generatedPasswordHistory';
|
||||
|
||||
// TODO: remove these instance properties once all references are reading from the static properties
|
||||
readonly environmentUrlsKey: string = 'environmentUrls';
|
||||
@@ -22,7 +21,6 @@ export default class ConstantsService {
|
||||
readonly enableAutoFillOnPageLoadKey: string = 'enableAutoFillOnPageLoad';
|
||||
readonly lockOptionKey: string = 'lockOption';
|
||||
readonly lastActiveKey: string = 'lastActive';
|
||||
readonly generatedPasswordHistoryKey: string = 'generatedPasswordHistory';
|
||||
|
||||
// TODO: Convert these objects to enums
|
||||
readonly encType: any = {
|
||||
|
||||
Reference in New Issue
Block a user