From 34b586b729bdf33d2dcd23f14f8a9c0249195bc0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 21 Mar 2018 11:19:26 -0400 Subject: [PATCH] specify desktop identity client id --- jslib | 2 +- src/services/desktopPlatformUtils.service.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index e27df6bc..0b57d8b7 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit e27df6bc0999de121f4068d6859ea6e48322fd41 +Subproject commit 0b57d8b7f368ba4e90fe13ef8bf6662f3cfdd820 diff --git a/src/services/desktopPlatformUtils.service.ts b/src/services/desktopPlatformUtils.service.ts index 0c3b5e4d..fe8aa3d6 100644 --- a/src/services/desktopPlatformUtils.service.ts +++ b/src/services/desktopPlatformUtils.service.ts @@ -21,6 +21,8 @@ const AnalyticsIds = { }; export class DesktopPlatformUtilsService implements PlatformUtilsService { + identityClientId: string = 'desktop'; + private deviceCache: DeviceType = null; private analyticsIdCache: string = null;