Skip to content

Commit

Permalink
Убрал allow_browser_login и поменял декоратор для explore_json
Browse files Browse the repository at this point in the history
  • Loading branch information
artem12345-png authored Dec 19, 2024
1 parent 92c0761 commit 6a430e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@

class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
"""The base views for Superset!"""
allow_browser_login = True
logger = logging.getLogger(__name__)

@has_access
Expand Down Expand Up @@ -274,7 +273,7 @@ def explore_json_data(self, cache_key: str) -> FlaskResponse:
EXPLORE_JSON_METHODS.append("GET")

@api
@has_access_api
@protect()
@handle_api_exception
@event_logger.log_this
@expose(
Expand Down

0 comments on commit 6a430e3

Please sign in to comment.