1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-22 11:13:13 +00:00

setup storage service and log in

This commit is contained in:
Kyle Spearrin
2018-05-13 00:19:14 -04:00
parent 8f49b58d2e
commit 70c7b182ae
9 changed files with 151 additions and 8 deletions

View File

@@ -10,8 +10,8 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
private deviceCache: DeviceType = null;
constructor(private i18nService: I18nService, private isDesktopApp: boolean) {
this.identityClientId = 'cli';
constructor() {
this.identityClientId = 'desktop'; // TODO: cli
}
getDevice(): DeviceType {