1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

convert user service to jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 17:37:40 -05:00
parent 56bde82b41
commit cfbd67060a
7 changed files with 11 additions and 89 deletions

View File

@@ -20,11 +20,11 @@ import {
ApiService,
CryptoService,
StorageService,
UserService,
} from 'jslib/abstractions';
import ConstantsService from './constants.service';
import SettingsService from './settings.service';
import UserService from './user.service';
const Keys = {
ciphersPrefix: 'ciphers_',