mirror of
https://github.com/bitwarden/browser
synced 2024-12-11 16:55:56 +01:00
cli identity client id
This commit is contained in:
parent
ce1887154b
commit
343a43df69
@ -15,7 +15,7 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
|||||||
private deviceCache: DeviceType = null;
|
private deviceCache: DeviceType = null;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.identityClientId = 'desktop'; // TODO: cli
|
this.identityClientId = 'cli';
|
||||||
}
|
}
|
||||||
|
|
||||||
getDevice(): DeviceType {
|
getDevice(): DeviceType {
|
||||||
|
Loading…
Reference in New Issue
Block a user