1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

cli identity client id

This commit is contained in:
Kyle Spearrin
2018-05-31 16:53:45 -04:00
parent ce1887154b
commit 343a43df69

View File

@@ -15,7 +15,7 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
private deviceCache: DeviceType = null;
constructor() {
this.identityClientId = 'desktop'; // TODO: cli
this.identityClientId = 'cli';
}
getDevice(): DeviceType {