1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 20:13:42 +00:00

telemetry for organizations

This commit is contained in:
Kyle Spearrin
2017-04-26 10:32:14 -04:00
parent 90b0f3201e
commit d8f54fc15a
14 changed files with 34 additions and 10 deletions

View File

@@ -7,8 +7,6 @@
if (!userProfile.organizations) {
return;
}
$scope.orgProfile = userProfile.organizations[$state.params.orgId];
});
});