Missed this

This commit is contained in:
Girish Ramakrishnan
2018-08-03 17:47:02 -07:00
parent cf5cf9e42f
commit a525bb0257

View File

@@ -182,7 +182,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
$scope.initialized = true;
if ($scope.user.caps.cloudron) {
if ($scope.user.admin) {
runConfigurationChecks();
$scope.fetchAppstoreProfileAndSubscription(function (error) {