mirror of
https://github.com/bitwarden/web
synced 2025-12-11 22:03:21 +00:00
fix attachments for org edit
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
$scope.login = {};
|
$scope.login = {};
|
||||||
$scope.loading = true;
|
$scope.loading = true;
|
||||||
$scope.isPremium = true;
|
$scope.isPremium = true;
|
||||||
|
$scope.canUseAttachments = true;
|
||||||
var closing = false;
|
var closing = false;
|
||||||
|
|
||||||
apiService.logins.getAdmin({ id: loginId }, function (login) {
|
apiService.logins.getAdmin({ id: loginId }, function (login) {
|
||||||
|
|||||||
Reference in New Issue
Block a user