mirror of
https://github.com/bitwarden/web
synced 2026-01-05 01:54:02 +00:00
lint fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
.module('bit.organization')
|
||||
|
||||
.controller('organizationVaultController', function ($scope, apiService, cipherService, $analytics, $q, $state,
|
||||
$localStorage, $uibModal, $filter, authService, $filter, $uibModalStack) {
|
||||
$localStorage, $uibModal, $filter, authService, $uibModalStack) {
|
||||
$scope.ciphers = [];
|
||||
$scope.collections = [];
|
||||
$scope.loading = true;
|
||||
|
||||
Reference in New Issue
Block a user