Compare commits

...

1 Commits

Author SHA1 Message Date
Beto Dealmeida
c001fb5896 fix: OAuth2 exception should be 403 2026-05-12 14:45:59 -04:00

View File

@@ -353,10 +353,10 @@ class OAuth2RedirectError(SupersetErrorException):
See the `OAuth2RedirectMessage.tsx` component for more details of how this
information is handled.
TODO (betodealmeida): change status to 403.
"""
status = 403
def __init__(self, url: str, tab_id: str, redirect_uri: str):
super().__init__(
SupersetError(