Fix typo
This commit is contained in:
parent
047b34bfc7
commit
77b6364cde
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ def consent():
|
||||||
current_app.logger.error(f"Error: {error}")
|
current_app.logger.error(f"Error: {error}")
|
||||||
current_app.logger.error(f"Client: {consent_request.client}")
|
current_app.logger.error(f"Client: {consent_request.client}")
|
||||||
current_app.logger.error(f"Subject: {consent_request.subject}")
|
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
|
# Get the related user object
|
||||||
user = KratosUser(KRATOS_ADMIN, kratos_id)
|
user = KratosUser(KRATOS_ADMIN, kratos_id)
|
||||||
|
|
Loading…
Reference in a new issue