mirror of
https://github.com/bitwarden/web
synced 2025-12-17 08:43:14 +00:00
lint fixes
This commit is contained in:
@@ -6,7 +6,7 @@ angular
|
||||
$analytics.eventTrack('paidOrgRequiredController', { category: 'Modal' });
|
||||
|
||||
authService.getUserProfile().then(function (profile) {
|
||||
$scope.admin = profile.organizations[orgId].type !== constants.orgUserType.user
|
||||
$scope.admin = profile.organizations[orgId].type !== constants.orgUserType.user;
|
||||
});
|
||||
|
||||
$scope.go = function () {
|
||||
|
||||
Reference in New Issue
Block a user