mirror of
https://github.com/bitwarden/web
synced 2026-01-02 00:23:16 +00:00
BEEEP: Refactor services DI (#1313)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
import { PlatformUtilsService } from 'jslib-common/abstractions/platformUtils.service';
|
||||
import { StorageService } from 'jslib-common/abstractions/storage.service';
|
||||
import { ConstantsService } from 'jslib-common/services/constants.service';
|
||||
|
||||
@Injectable()
|
||||
export class HtmlStorageService implements StorageService {
|
||||
private localStorageKeys = new Set(['appId', 'anonymousAppId', 'rememberedEmail', 'passwordGenerationOptions',
|
||||
ConstantsService.disableFaviconKey, 'rememberEmail', 'enableGravatars', 'enableFullWidth',
|
||||
|
||||
Reference in New Issue
Block a user