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

This commit is contained in:
i701 2025-05-31 19:30:28 +05:00
parent a05852f3f6
commit e1c862184e
Signed by: i701
GPG Key ID: 54A0DA1E26D8E587

View File

@ -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.
"""
logger.info(verification_failed_message)
if not PERSON_VERIFY_BASE_URL:
raise ValueError(
"PERSON_VERIFY_BASE_URL is not set in the environment variables."