mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
This PR removed the setting of a session-synced subject but failed to remove session sync from the browser instance of state service.
This commit is contained in:
@@ -34,8 +34,6 @@ export class BrowserStateService
|
|||||||
protected accountsSubject: BehaviorSubject<{ [userId: string]: Account }>;
|
protected accountsSubject: BehaviorSubject<{ [userId: string]: Account }>;
|
||||||
@sessionSync({ initializer: (s: string) => s })
|
@sessionSync({ initializer: (s: string) => s })
|
||||||
protected activeAccountSubject: BehaviorSubject<string>;
|
protected activeAccountSubject: BehaviorSubject<string>;
|
||||||
@sessionSync({ initializer: (b: boolean) => b })
|
|
||||||
protected activeAccountUnlockedSubject: BehaviorSubject<boolean>;
|
|
||||||
|
|
||||||
protected accountDeserializer = Account.fromJSON;
|
protected accountDeserializer = Account.fromJSON;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user