1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00

Fix cli build

This commit is contained in:
Bernd Schoolmann
2025-12-12 15:58:57 +01:00
parent 9afce480de
commit 3447a05fc3

View File

@@ -79,7 +79,7 @@ export class ConfirmCommand {
const publicKey = Utils.fromB64ToArray(publicKeyResponse.publicKey);
const key = await this.encryptService.encapsulateKeyUnsigned(orgKey, publicKey);
const req = new OrganizationUserConfirmRequest();
req.key = key.encryptedString;
req.key = key;
if (
await firstValueFrom(this.configService.getFeatureFlag$(FeatureFlag.CreateDefaultLocation))
) {