1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 13:23:15 +00:00

remove user from group

This commit is contained in:
Kyle Spearrin
2017-05-09 19:23:49 -04:00
parent 93e88d8b23
commit f31360ecbf
3 changed files with 13 additions and 13 deletions

View File

@@ -32,8 +32,6 @@
}
$scope.selectedGroups = selectedGroups;
$scope.loading = false;
}, function (error) {
});
$scope.toggleGroupSelectionAll = function ($event) {