mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
fix: type error (#13537)
not sure how this wasn't caught in the CI before the merge
This commit is contained in:
@@ -183,7 +183,7 @@ export class DefaultSdkService implements SdkService {
|
||||
kdfParams: KdfConfig,
|
||||
privateKey: EncryptedString,
|
||||
userKey: UserKey,
|
||||
orgKeys?: Record<OrganizationId, EncryptedOrganizationKeyData>,
|
||||
orgKeys: Record<OrganizationId, EncryptedOrganizationKeyData> | null,
|
||||
) {
|
||||
await client.crypto().initialize_user_crypto({
|
||||
email: account.email,
|
||||
|
||||
Reference in New Issue
Block a user