This commit is contained in:
Girish Ramakrishnan
2018-10-30 23:52:09 -07:00
parent 643d2f3fad
commit 707f84839e

View File

@@ -175,7 +175,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
$scope.initialized = true;
if (!$scope.managed) {
if (!$scope.config.managed) {
runConfigurationChecks();
$scope.fetchAppstoreProfileAndSubscription(function (error) {