mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
specify desktop identity client id
This commit is contained in:
parent
2590812765
commit
34b586b729
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit e27df6bc0999de121f4068d6859ea6e48322fd41
|
Subproject commit 0b57d8b7f368ba4e90fe13ef8bf6662f3cfdd820
|
@ -21,6 +21,8 @@ const AnalyticsIds = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
||||||
|
identityClientId: string = 'desktop';
|
||||||
|
|
||||||
private deviceCache: DeviceType = null;
|
private deviceCache: DeviceType = null;
|
||||||
private analyticsIdCache: string = null;
|
private analyticsIdCache: string = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user