mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
remove model window assignments
This commit is contained in:
@@ -2,7 +2,7 @@ import { EncryptionType } from '../../enums/encryptionType';
|
||||
|
||||
import { CryptoService } from '../../abstractions/crypto.service';
|
||||
|
||||
class CipherString {
|
||||
export class CipherString {
|
||||
encryptedString?: string;
|
||||
encryptionType?: EncryptionType;
|
||||
decryptedValue?: string;
|
||||
@@ -111,6 +111,3 @@ class CipherString {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
export { CipherString };
|
||||
(window as any).CipherString = CipherString;
|
||||
|
||||
Reference in New Issue
Block a user