Check for subscription right after appstore login

This commit is contained in:
Johannes Zellner
2017-06-21 13:08:36 +02:00
parent dd6a19ea85
commit 77558c823c
2 changed files with 5 additions and 2 deletions

View File

@@ -310,6 +310,9 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
return;
}
// check subscription right away after login
$scope.$parent.getSubscription();
fetchAppstoreConfig();
});
});