mirror of
https://github.com/bitwarden/web
synced 2026-01-21 03:43:22 +00:00
premium required for attachments
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
$analytics.eventTrack('organizationVaultAttachmentsController', { category: 'Modal' });
|
||||
$scope.login = {};
|
||||
$scope.loading = true;
|
||||
$scope.isPremium = true;
|
||||
var closing = false;
|
||||
|
||||
apiService.logins.getAdmin({ id: loginId }, function (login) {
|
||||
|
||||
Reference in New Issue
Block a user