1
0
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:
Kyle Spearrin
2017-07-21 17:14:40 -04:00
parent 79383ed693
commit 24056163dd
3 changed files with 29 additions and 3 deletions

View File

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