mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
@@ -1,6 +1,6 @@
|
||||
import { EncryptionType } from '../../enums';
|
||||
import { EncryptionType } from '../../enums/encryptionType';
|
||||
|
||||
import { CryptoService } from '../../abstractions';
|
||||
import { CryptoService } from '../../abstractions/crypto.service';
|
||||
|
||||
export class CipherString {
|
||||
encryptedString?: string;
|
||||
|
||||
Reference in New Issue
Block a user