Add discovery

This commit is contained in:
Nirvana
2026-02-20 20:42:16 +01:00
parent 10121c87d1
commit e197ba3add
@@ -846,6 +846,7 @@ class DiscoveryAuthenticator(BaseAuthenticator):
f"Invalid credentials for user {self.credentials.username}"
)
logger.debug(f"Login 400 response body: {response.text}")
response.raise_for_status()
token_data = response.json()