mirror of
https://github.com/bitwarden/cli
synced 2025-12-10 05:13:54 +00:00
2
jslib
2
jslib
Submodule jslib updated: 386903f5a9...e1c6e4973a
@@ -123,7 +123,7 @@ export class Main {
|
|||||||
this.environmentService = new EnvironmentService(this.storageService);
|
this.environmentService = new EnvironmentService(this.storageService);
|
||||||
this.apiService = new NodeApiService(this.tokenService, this.platformUtilsService, this.environmentService,
|
this.apiService = new NodeApiService(this.tokenService, this.platformUtilsService, this.environmentService,
|
||||||
async (expired: boolean) => await this.logout(),
|
async (expired: boolean) => await this.logout(),
|
||||||
'Bitwarden_CLI/' + this.platformUtilsService.getApplicationVersion() +
|
'Bitwarden_CLI/' + this.platformUtilsService.getApplicationVersionSync() +
|
||||||
' (' + this.platformUtilsService.getDeviceString().toUpperCase() + ')', (clientId, clientSecret) =>
|
' (' + this.platformUtilsService.getDeviceString().toUpperCase() + ')', (clientId, clientSecret) =>
|
||||||
this.authService.logInApiKey(clientId, clientSecret));
|
this.authService.logInApiKey(clientId, clientSecret));
|
||||||
this.userService = new UserService(this.tokenService, this.storageService);
|
this.userService = new UserService(this.tokenService, this.storageService);
|
||||||
|
|||||||
Reference in New Issue
Block a user