mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
CLI user agent
This commit is contained in:
parent
e781de9f34
commit
341421380f
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 83d6b2449cba8390912b692d882f400723c01dc1
|
||||
Subproject commit e16cb9b801bec1cf1744d8b48f39421ad37e1644
|
@ -95,7 +95,9 @@ export class Main {
|
||||
this.tokenService = new TokenService(this.storageService);
|
||||
this.messagingService = new NoopMessagingService();
|
||||
this.apiService = new NodeApiService(this.tokenService, this.platformUtilsService,
|
||||
async (expired: boolean) => await this.logout());
|
||||
async (expired: boolean) => await this.logout(),
|
||||
'Bitwarden_CLI/' + this.platformUtilsService.getApplicationVersion() +
|
||||
' (' + this.platformUtilsService.getDeviceString().toUpperCase() + ')');
|
||||
this.environmentService = new EnvironmentService(this.apiService, this.storageService, null);
|
||||
this.userService = new UserService(this.tokenService, this.storageService);
|
||||
this.containerService = new ContainerService(this.cryptoService);
|
||||
|
Loading…
Reference in New Issue
Block a user