fix upstream

This commit is contained in:
2025-10-30 03:40:01 -03:00
parent 9b8075eeab
commit 460748492a
4 changed files with 17 additions and 11 deletions

View File

@@ -53,8 +53,6 @@ def authorize():
grant_user=sub,
grant=grant,
)
logger.debug(response)
except JoseError as err:
logger.exception(err)
raise BadRequestError(str(err))