mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-27 22:03:58 +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.
|
||||
"""
|
||||
|
||||
logger.info(verification_failed_message)
|
||||
if not PERSON_VERIFY_BASE_URL:
|
||||
raise ValueError(
|
||||
"PERSON_VERIFY_BASE_URL is not set in the environment variables."
|
||||
|
Reference in New Issue
Block a user