1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

platform specific identity client id

This commit is contained in:
Kyle Spearrin
2018-03-21 11:21:42 -04:00
parent 5a48941766
commit 75d4ee3038
2 changed files with 3 additions and 1 deletions

View File

@@ -55,6 +55,8 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
return ipRegex.test(ipString);
}
identityClientId: string = 'browser';
private deviceCache: DeviceType = null;
private analyticsIdCache: string = null;