mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
move cipherService to jslib
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import CipherService from '../services/cipher.service';
|
||||
|
||||
import { PlatformUtilsService } from 'jslib/abstractions';
|
||||
import {
|
||||
CipherService,
|
||||
PlatformUtilsService,
|
||||
} from 'jslib/abstractions';
|
||||
|
||||
export default class WebRequestBackground {
|
||||
private pendingAuthRequests: any[] = [];
|
||||
|
||||
Reference in New Issue
Block a user