Skip to content

Commit

Permalink
Update embed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sumesh-aot committed Dec 19, 2024
1 parent 2c91eff commit 68ac9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/handlers/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def embed(query_id, visualization_id, org_slug=None):


@routes.route(org_scoped_rule("/public/dashboards/<token>"), methods=["GET"])
# @login_required
@login_required
@csp_allows_embeding
def public_dashboard(token, org_slug=None):
logger.info(f"Inside >>> public_dashboard : {token}")
Expand Down

0 comments on commit 68ac9b4

Please sign in to comment.