1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

Make key required

This commit is contained in:
Bernd Schoolmann
2025-12-08 19:17:06 +01:00
parent ed35d899e3
commit f3cdfc896b

View File

@@ -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();