Only fetch subscription for owners
This commit is contained in:
@@ -491,7 +491,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
|
||||
$scope.update.checkStatus();
|
||||
$scope.branding.refresh();
|
||||
|
||||
getSubscription();
|
||||
if ($scope.user.isAtLeastOwner) getSubscription();
|
||||
});
|
||||
|
||||
// setup all the dialog focus handling
|
||||
|
||||
Reference in New Issue
Block a user