mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 19:34:03 +00:00
feat(tokens): Allow Inactive user authenticated API calls
This commit is contained in:
@@ -737,6 +737,7 @@ export default class MainBackground {
|
||||
this.logService,
|
||||
(logoutReason: LogoutReason, userId?: UserId) => this.logout(logoutReason, userId),
|
||||
this.vaultTimeoutSettingsService,
|
||||
this.accountService,
|
||||
{ createRequest: (url, request) => new Request(url, request) },
|
||||
);
|
||||
|
||||
@@ -843,7 +844,7 @@ export default class MainBackground {
|
||||
this.tokenService,
|
||||
);
|
||||
|
||||
this.configApiService = new ConfigApiService(this.apiService, this.tokenService);
|
||||
this.configApiService = new ConfigApiService(this.apiService);
|
||||
|
||||
this.configService = new DefaultConfigService(
|
||||
this.configApiService,
|
||||
|
||||
Reference in New Issue
Block a user