mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Combined State (#7383)
* Introduce Combined State * Cleanup Test * Update Fakes * Address PR Feedback * Update libs/common/src/platform/state/implementations/default-active-user-state.ts Co-authored-by: Matt Gibson <mgibson@bitwarden.com> * Prettier * Get rid of ReplaySubject reference --------- Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
This commit is contained in:
@@ -226,7 +226,6 @@ export class Main {
|
||||
);
|
||||
|
||||
this.singleUserStateProvider = new DefaultSingleUserStateProvider(
|
||||
this.encryptService,
|
||||
this.memoryStorageService,
|
||||
this.storageService,
|
||||
);
|
||||
@@ -241,7 +240,6 @@ export class Main {
|
||||
|
||||
this.activeUserStateProvider = new DefaultActiveUserStateProvider(
|
||||
this.accountService,
|
||||
this.encryptService,
|
||||
this.memoryStorageService,
|
||||
this.storageService,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user