1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-11 01:39:18 +02:00
bitwarden-browser/libs/angular
Daniel James Smith cfc8858ef9
Fix active account and searchBar observables/subscriptions (#3268)
* Change subscription to rely on observables and not on BehaviourSubject

* Ensure OnDestroy is added to AppComponent

* Fix check for no active accounts to redirect to the login page instead of lock

* Change subscription handling on SearchBarService

* Fix naming convention: Observables should have a $ suffix

* Remove obsolete linter hint

* Fix activeAccountUnlocked getting exposed as Observable but is instantiated as BehaviourSubject
2022-08-09 21:11:51 +02:00
..
spec
src Fix active account and searchBar observables/subscriptions (#3268) 2022-08-09 21:11:51 +02:00
jest.config.js [PS-182] Upgrade Angular to V14 (#2948) 2022-07-26 14:48:11 +02:00
package.json
tsconfig.json
tsconfig.spec.json