(20241213) Started accepting "auth" for software/theCaOfficeAi... I don't know how these details count as "auth", though.
This commit is contained in:
@@ -243,7 +243,7 @@ async def authorize_sms_client(
|
||||
status_code = StatusCodes.OK if token_id else StatusCodes.FAILED,
|
||||
http_code = HttpCodes.SUCCESS if token_id else HttpCodes.INTERNAL_SERVER_ERROR,
|
||||
data = {
|
||||
"smsClient": inbound_data.smsClient,
|
||||
"client": inbound_data.smsClient,
|
||||
"authorized": True
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user