1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

specify desktop identity client id

This commit is contained in:
Kyle Spearrin
2018-03-21 11:19:26 -04:00
parent 2590812765
commit 34b586b729
2 changed files with 3 additions and 1 deletions

2
jslib

Submodule jslib updated: e27df6bc09...0b57d8b7f3

View File

@@ -21,6 +21,8 @@ const AnalyticsIds = {
};
export class DesktopPlatformUtilsService implements PlatformUtilsService {
identityClientId: string = 'desktop';
private deviceCache: DeviceType = null;
private analyticsIdCache: string = null;