diff --git a/config/superset/GeorchestraCustomizations.py b/config/superset/GeorchestraCustomizations.py index 5b49ee5..501b64c 100644 --- a/config/superset/GeorchestraCustomizations.py +++ b/config/superset/GeorchestraCustomizations.py @@ -34,6 +34,7 @@ class GeorchestraRemoteUserView(AuthRemoteUserView): login_template = '' def __init__(self): + super().__init__() self.LOGIN_REDIRECT_URL = appbuilder.app.config.get("LOGIN_REDIRECT_URL", "") self.LOGOUT_REDIRECT_URL = appbuilder.app.config.get("LOGOUT_REDIRECT_URL", "")