diff --git a/src/js/main.js b/src/js/main.js index 06bd46f52..25877d10c 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -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) {