diff --git a/app/authentication/auth.py b/app/authentication/auth.py index a99d03593..0e01ec533 100644 --- a/app/authentication/auth.py +++ b/app/authentication/auth.py @@ -48,7 +48,7 @@ def restrict_ip_sms(): # Check route of inbound sms (Experimental) # Temporary custom header for route security if request.headers.get("X-Custom-forwarder"): - current_app.logger.info("X-Custom-forwarder {}".format(request.headers.get("X-Custom-forwarder"))) + current_app.logger.info("X-Custom-forwarder received") # Check IP of SMS providers if request.headers.get("X-Forwarded-For"):