mirror of
https://github.com/bitwarden/cli
synced 2025-12-26 21:13:14 +00:00
cli identity client id
This commit is contained in:
@@ -15,7 +15,7 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
private deviceCache: DeviceType = null;
|
||||
|
||||
constructor() {
|
||||
this.identityClientId = 'desktop'; // TODO: cli
|
||||
this.identityClientId = 'cli';
|
||||
}
|
||||
|
||||
getDevice(): DeviceType {
|
||||
|
||||
Reference in New Issue
Block a user