Only fetch subscription for owners

This commit is contained in:
Johannes Zellner
2020-03-06 11:42:27 -08:00
parent 2d74c62054
commit f1e0167e1b
+1 -1
View File
@@ -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