mirror of
https://github.com/bitwarden/web
synced 2026-01-08 19:44:08 +00:00
telemetry for organizations
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
angular
|
||||
.module('bit.organization')
|
||||
|
||||
.controller('organizationSubvaultsGroupsController', function ($scope, $state, $uibModalInstance, subvault) {
|
||||
.controller('organizationSubvaultsGroupsController', function ($scope, $state, $uibModalInstance, subvault, $analytics) {
|
||||
$analytics.eventTrack('organizationSubvaultsGroupsController', { category: 'Modal' });
|
||||
$scope.subvault = subvault;
|
||||
|
||||
$scope.close = function () {
|
||||
|
||||
Reference in New Issue
Block a user