1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

add web device type, dont check password twice

This commit is contained in:
Kyle Spearrin
2018-06-07 17:11:17 -04:00
parent c59bca05bb
commit 8211e19db0
3 changed files with 7 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ export const AnalyticsIds = {
[DeviceType.Windows]: 'UA-81915606-17',
[DeviceType.Linux]: 'UA-81915606-19',
[DeviceType.MacOs]: 'UA-81915606-18',
[DeviceType.Web]: 'UA-81915606-3',
};
export class Analytics {