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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user