From 9fce6c8ec3574aedf5c81a4e137425b4498facd5 Mon Sep 17 00:00:00 2001 From: Mart van Santen Date: Fri, 1 Apr 2022 17:02:52 +0800 Subject: [PATCH] Add some debug --- areas/login/login.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/areas/login/login.py b/areas/login/login.py index 23314a2..8ab2fba 100644 --- a/areas/login/login.py +++ b/areas/login/login.py @@ -245,8 +245,8 @@ def consent(): app_id = consent_client.get('client_id') # False positive: pylint: disable=no-member kratos_id = consent_request.subject - current_app.logger.error(f"Info: Found kratos_id {kratos_id"}) - current_app.logger.error(f"Info: Found app_id {app_id"}) + current_app.logger.error(f"Info: Found kratos_id {kratos_id}") + current_app.logger.error(f"Info: Found app_id {app_id}") except Exception as error: current_app.logger.error(f"Error: Unable to extract information from consent request")