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