mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
specify desktop identity client id
This commit is contained in:
@@ -21,6 +21,8 @@ const AnalyticsIds = {
|
||||
};
|
||||
|
||||
export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
||||
identityClientId: string = 'desktop';
|
||||
|
||||
private deviceCache: DeviceType = null;
|
||||
private analyticsIdCache: string = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user