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,
|
kdfParams: KdfConfig,
|
||||||
privateKey: EncryptedString,
|
privateKey: EncryptedString,
|
||||||
userKey: UserKey,
|
userKey: UserKey,
|
||||||
orgKeys?: Record<OrganizationId, EncryptedOrganizationKeyData>,
|
orgKeys: Record<OrganizationId, EncryptedOrganizationKeyData> | null,
|
||||||
) {
|
) {
|
||||||
await client.crypto().initialize_user_crypto({
|
await client.crypto().initialize_user_crypto({
|
||||||
email: account.email,
|
email: account.email,
|
||||||
|
|||||||
Reference in New Issue
Block a user