1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00

fix attachments for org edit

This commit is contained in:
Kyle Spearrin 2017-07-27 22:14:42 -04:00
parent 65e03e707c
commit 84554174ac

View File

@ -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) {