Check subscription status on login.

This commit is contained in:
2016-08-23 16:09:47 +02:00
parent dcbefc33ae
commit 07691db874
4 changed files with 113 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ class PillarServer(Eve):
self.load_config()
# Configure authentication
self._login_manager = auth.config_login_manager(self)
self.login_manager = auth.config_login_manager(self)
self.oauth_blender_id = auth.config_oauth_login(self)
self._config_caching()