mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-05 16:56:19 +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:
parent
a05852f3f6
commit
e1c862184e
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user