1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00

Disable kdf on sync

This commit is contained in:
Bernd Schoolmann
2026-01-12 10:32:03 +01:00
parent 2665a29f2d
commit 541e03deb0

View File

@@ -448,7 +448,7 @@ export class DefaultSyncService extends CoreSyncService {
masterPasswordUnlockData,
userId,
);
await this.kdfConfigService.setKdfConfig(userId, masterPasswordUnlockData.kdf);
//await this.kdfConfigService.setKdfConfig(userId, masterPasswordUnlockData.kdf);
}
}
}