1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 19:04:01 +00:00

[PM-31685] Removing email hashes (#18744)

* [PM-31685] Removing email hashes

* [PM-31685] fixing tests, which are now passing

* [PM-31685] removing anon access emails field and reusing emails field

* [PM-31685] fixing missed tests

* [PM-31685] fixing missed tests

* [PM-31685] code review changes

* [PM-31685] do not encrypt emails by use of domain functionality

* [PM-31685] test fixes
This commit is contained in:
Alex Dragovich
2026-02-09 12:59:17 -08:00
committed by jaasen-livefront
parent e3563b8f7c
commit 3c3ac1d39c
11 changed files with 29 additions and 333 deletions

View File

@@ -615,7 +615,6 @@ export class ServiceContainer {
this.keyGenerationService,
this.sendStateProvider,
this.encryptService,
this.cryptoFunctionService,
this.configService,
);