mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Add ConsoleLogService dependency from jslib (#735)
* Pre-emptively add new jslib dependency * Add consoleLogService dependency definition * Update jslib * PR Review Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
This commit is contained in:
@@ -10,7 +10,7 @@ export class HtmlStorageService implements StorageService {
|
||||
ConstantsService.ssoStateKey, 'ssoOrgIdentifier']);
|
||||
private localStorageStartsWithKeys = ['twoFactorToken_', ConstantsService.collapsedGroupingsKey + '_'];
|
||||
private memoryStorageStartsWithKeys = ['ciphers_', 'folders_', 'collections_', 'settings_', 'lastSync_'];
|
||||
private memoryStorage = new Map<string, string>()
|
||||
private memoryStorage = new Map<string, string>();
|
||||
|
||||
constructor(private platformUtilsService: PlatformUtilsService) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user