1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-8979] Check that user is authed before getting user config (#10031)

* Check that user is authed before getting user config

* Accept PR Suggestion

Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>

* Use Strict Equal

---------

Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>
This commit is contained in:
Justin Baur
2024-07-15 10:41:10 -04:00
committed by GitHub
parent 5a46c7d5cc
commit 5fcf4bbd10
5 changed files with 56 additions and 6 deletions

View File

@@ -716,6 +716,7 @@ export default class MainBackground {
this.environmentService,
this.logService,
this.stateProvider,
this.authService,
);
this.cipherService = new CipherService(

View File

@@ -586,6 +586,7 @@ export class ServiceContainer {
this.environmentService,
this.logService,
this.stateProvider,
this.authService,
);
this.cipherService = new CipherService(