1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-03 13:47:14 +03:00

Commented as deprecated authSmallName

This commit is contained in:
Adolfo Gómez García 2023-07-27 21:05:30 +02:00
parent c12091abbd
commit c9a8a710d0
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -254,7 +254,7 @@ class Auths(Handler):
):
yield {
'authId': auth.uuid,
'authSmallName': str(auth.small_name),
'authSmallName': str(auth.small_name), # Deprecated
'authLabel': str(auth.small_name),
'auth': auth.name,
'type': theType.typeType,