mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
Move admin-console code to new encrypt service interface (#14547)
This commit is contained in:
@@ -74,7 +74,7 @@ export class WebProviderService {
|
||||
|
||||
const [publicKey, encryptedPrivateKey] = await this.keyService.makeKeyPair(organizationKey);
|
||||
|
||||
const encryptedCollectionName = await this.encryptService.encrypt(
|
||||
const encryptedCollectionName = await this.encryptService.encryptString(
|
||||
this.i18nService.t("defaultCollection"),
|
||||
organizationKey,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user