mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix typing of bulk confirm component
This commit is contained in:
@@ -7,6 +7,7 @@ import { OrganizationUserStatusType } from "@bitwarden/common/admin-console/enum
|
||||
import { CryptoService } from "@bitwarden/common/platform/abstractions/crypto.service";
|
||||
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
|
||||
import { Utils } from "@bitwarden/common/platform/misc/utils";
|
||||
import { SymmetricCryptoKey } from "@bitwarden/common/platform/models/domain/symmetric-crypto-key";
|
||||
|
||||
import { BulkUserDetails } from "./bulk-status.component";
|
||||
|
||||
@@ -98,7 +99,7 @@ export class BulkConfirmComponent implements OnInit {
|
||||
);
|
||||
}
|
||||
|
||||
protected getCryptoKey() {
|
||||
protected getCryptoKey(): Promise<SymmetricCryptoKey> {
|
||||
return this.cryptoService.getOrgKey(this.organizationId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user