mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
feat(tokens): Allow Inactive user authenticated API calls
This commit is contained in:
@@ -504,12 +504,13 @@ export class ServiceContainer {
|
||||
this.logService,
|
||||
logoutCallback,
|
||||
this.vaultTimeoutSettingsService,
|
||||
this.accountService,
|
||||
customUserAgent,
|
||||
);
|
||||
|
||||
this.containerService = new ContainerService(this.keyService, this.encryptService);
|
||||
|
||||
this.configApiService = new ConfigApiService(this.apiService, this.tokenService);
|
||||
this.configApiService = new ConfigApiService(this.apiService);
|
||||
|
||||
this.authService = new AuthService(
|
||||
this.accountService,
|
||||
|
||||
Reference in New Issue
Block a user