Skip to content
Snippets Groups Projects
Commit 77b6364c authored by Mart van Santen's avatar Mart van Santen
Browse files

Fix typo

parent 047b34bf
No related branches found
No related tags found
1 merge request!55Resolve "Merge dashboard and dashboard-backend repos"
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment