This commit is contained in:
2026-01-02 16:58:40 +01:00
parent 04f21e8e32
commit b4d9f8d9cf

View File

@@ -12,7 +12,7 @@ class AuthController:
def __init__(self, app, auth_data, host): def __init__(self, app, auth_data, host):
self._register_routes(app) self._register_routes(app)
self.config = Configuration(host=host) self.config = Configuration(host=host)
self.auth_data = auth_data self._auth_data = auth_data
self.config.verify_ssl = False self.config.verify_ssl = False
def _register_routes(self, app): def _register_routes(self, app):