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:
@@ -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_',
|
||||
|
||||
Reference in New Issue
Block a user