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

Tech-Debt - [PM-2283] - Update ConfigApiService getServerConfig call to send access token if it exists (#5464)

* PM-2283 - Update config api service get server config call to send authed when we have an access token so that LaunchDarkly on the server can properly acquire user context.

* PM-2283- Replace token service with Auth service per PR feedback

* PM-2283 - Refactor config api service get authed status based on PR feedback.

* PM-2283 - Fix import issues due to platform folder creation and file moves
This commit is contained in:
Jared Snider
2023-06-07 17:47:30 -04:00
committed by GitHub
parent ec936f883f
commit 806bd8d039
2 changed files with 9 additions and 4 deletions

View File

@@ -631,7 +631,7 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
{
provide: ConfigApiServiceAbstraction,
useClass: ConfigApiService,
deps: [ApiServiceAbstraction],
deps: [ApiServiceAbstraction, AuthServiceAbstraction],
},
{
provide: AnonymousHubServiceAbstraction,