Skip to content

Commit

Permalink
Initialize _jwt_cookie_name in __init__ the same way as _stream_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
xneg committed Dec 2, 2022
1 parent aa97ba4 commit fb78033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/utils/async_query_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self) -> None:
self._stream_prefix: str = ""
self._stream_limit: Optional[int]
self._stream_limit_firehose: Optional[int]
self._jwt_cookie_name: str
self._jwt_cookie_name: str = ""
self._jwt_cookie_secure: bool = False
self._jwt_cookie_domain: Optional[str]
self._jwt_secret: str
Expand Down

0 comments on commit fb78033

Please sign in to comment.