mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-10-07 14:41:37 +00:00
Log user verification failure message in verify_user_with_person_api_task
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m27s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m27s
This commit is contained in:
@@ -170,7 +170,7 @@ def verify_user_with_person_api_task(user_id: int):
|
|||||||
|
|
||||||
Visit [SAR Link Portal](https://portal.sarlink.net) to manually verify this user.
|
Visit [SAR Link Portal](https://portal.sarlink.net) to manually verify this user.
|
||||||
"""
|
"""
|
||||||
|
logger.info(verification_failed_message)
|
||||||
if not PERSON_VERIFY_BASE_URL:
|
if not PERSON_VERIFY_BASE_URL:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"PERSON_VERIFY_BASE_URL is not set in the environment variables."
|
"PERSON_VERIFY_BASE_URL is not set in the environment variables."
|
||||||
|
Reference in New Issue
Block a user