Skip to content

Commit

Permalink
fix: allow_browser_login in import/export API (#19656)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Apr 12, 2022
1 parent 9554135 commit 5c63df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/importexport/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class ImportExportRestApi(BaseApi):

resource_name = "assets"
openapi_spec_tag = "Import/export"
allow_browser_login = True

@expose("/export/", methods=["GET"])
@protect()
Expand Down

0 comments on commit 5c63df5

Please sign in to comment.