mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
Make key required
This commit is contained in:
@@ -75,7 +75,7 @@ export default class Domain {
|
||||
domain: DomainEncryptableKeys<D>,
|
||||
viewModel: ViewEncryptableKeys<V>,
|
||||
props: EncryptableKeys<D, V>[],
|
||||
key: SymmetricCryptoKey | null = null,
|
||||
key: SymmetricCryptoKey,
|
||||
objectContext: string = "No Domain Context",
|
||||
): Promise<V> {
|
||||
const encryptService = Utils.getContainerService().getEncryptService();
|
||||
|
||||
Reference in New Issue
Block a user