Enable catchall based on subscription status

This commit is contained in:
Johannes Zellner
2017-06-20 12:58:14 +02:00
parent 801d848908
commit 3845065085
3 changed files with 21 additions and 4 deletions

View File

@@ -114,7 +114,8 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
isCustomDomain: false,
region: null,
size: null,
memory: 0
memory: 0,
isPaying: false
};
this._installedApps = [];
this._clientId = '<%= oauth.clientId %>';