1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 01:53:23 +00:00

[BEEEP|PM-32521] Remove compare key hash and move to proof of decryption (#19101)

* Remove compare key hash and move to proof of decryption

* Fix cli build

* Fix mv2

* Fix provider

* Prettier
This commit is contained in:
Bernd Schoolmann
2026-02-25 17:02:04 +01:00
committed by GitHub
parent 385ba70b5c
commit cf7f9cfc7e
9 changed files with 40 additions and 175 deletions

View File

@@ -861,6 +861,7 @@ export class ServiceContainer {
this.pinService,
this.kdfConfigService,
new CliBiometricsService(),
this.masterPasswordUnlockService,
);
const biometricService = new CliBiometricsService();