This commit is contained in:
Mart van Santen 2022-04-01 16:28:59 +08:00
parent 047b34bfc7
commit 77b6364cde

View file

@ -243,7 +243,7 @@ def consent():
current_app.logger.error(f"Error: {error}")
current_app.logger.error(f"Client: {consent_request.client}")
current_app.logger.error(f"Subject: {consent_request.subject}")
abort(501, description="Internal error occured"
abort(501, description="Internal error occured")
# Get the related user object
user = KratosUser(KRATOS_ADMIN, kratos_id)