1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-09 01:18:22 +02: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

2
jslib

@ -1 +1 @@
Subproject commit e27df6bc0999de121f4068d6859ea6e48322fd41
Subproject commit 0b57d8b7f368ba4e90fe13ef8bf6662f3cfdd820

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;