(20241209) Small failure view bug fix to show the 'logId' now.

This commit is contained in:
2024-12-09 12:42:28 +05:30
parent e2c9200941
commit a443a78e19
7 changed files with 239 additions and 234 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ def init(blueprint_setup_state):
api_version = "1.0.0",
project = constants.PROJECT_NAME,
log_type = constants.MODULE_NAME,
operation = "gmailCallbk",
operation = "gmailCllbk",
log_input = 2,
log_output = 1,
sensitive_keys = ["sessionToken", "X-Session-Token"]
@@ -300,7 +300,7 @@ async def mail_auth_callback(
mail_client = mail_client.title(),
failure_hint = (
f"Invalid client '{mail_client}' selected. "
"Please use log-id '{g.log_id}' to check with the support team."
f"Please use log-id '{g.log_id}' to check with the support team."
)
)