1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

move settings service to jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 22:47:53 -05:00
parent ce00fcba98
commit 16a3555cd4
5 changed files with 7 additions and 69 deletions

View File

@@ -21,12 +21,11 @@ import { ConstantsService } from 'jslib/services';
import {
ApiService,
CryptoService,
SettingsService,
StorageService,
UserService,
} from 'jslib/abstractions';
import SettingsService from './settings.service';
const Keys = {
ciphersPrefix: 'ciphers_',
localData: 'sitesLocalData',