(20241213) SMS Auth reworked.
This commit is contained in:
@@ -208,7 +208,7 @@ async def authorize_software_client(
|
||||
http_code = HttpCodes.SUCCESS if success else HttpCodes.INTERNAL_SERVER_ERROR,
|
||||
data = {
|
||||
"client": inbound_data.softwareClient,
|
||||
"authorized": True if success else False
|
||||
"authorized": success
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user