commit
67df205e12
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
$scope.signinStarted = function() {
|
$scope.signinStarted = function() {
|
||||||
if (Features.BILLING) {
|
if (Features.BILLING) {
|
||||||
PlanService.getMinimumPlan(1, true, function(plan) {
|
PlanService.getMinimumPlan(1, true, function(plan) {
|
||||||
|
if (!plan) { return; }
|
||||||
PlanService.notePlan(plan.stripeId);
|
PlanService.notePlan(plan.stripeId);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue