1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Remove legacy key support form tools code (#15349)

This commit is contained in:
Bernd Schoolmann
2025-07-07 13:27:50 +02:00
committed by GitHub
parent c7fc9b88fc
commit 03a7530f8b
3 changed files with 3 additions and 3 deletions

View File

@@ -225,7 +225,7 @@ export class IndividualVaultExportService
await Promise.all(promises);
const userKey = await this.keyService.getUserKeyWithLegacySupport(activeUserId);
const userKey = await this.keyService.getUserKey(activeUserId);
const encKeyValidation = await this.encryptService.encryptString(Utils.newGuid(), userKey);
const jsonDoc: BitwardenEncryptedIndividualJsonExport = {