(20241209) Small failure view bug fix to show the 'logId' now.
This commit is contained in:
@@ -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."
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user