diff --git a/api/blueprints/common/otp/timed_otp.py b/api/blueprints/common/otp/timed_otp.py index 38107ad..e516bf5 100644 --- a/api/blueprints/common/otp/timed_otp.py +++ b/api/blueprints/common/otp/timed_otp.py @@ -342,7 +342,7 @@ async def verify_otp( # ┛┗┗┻┗┻ ┗┛┗┗┗ ┛┗┗ ┗┻┛┗┗┛┗ ┛┗┗┛┗┗ ┛ api_response = await current_app.http_client.post( - url = " https://api.thecaoffice.com/client/add/with/notes", + url = "https://api.thecaoffice.com/client/add/with/notes", headers = {"X-Session-Token": inbound_headers["X-Session-Token"]}, json = { "email": inbound_data.email,