1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-22 14:50:29 +03:00

fixed get tag from auth name

This commit is contained in:
Adolfo Gómez García 2021-02-09 13:42:57 +01:00
parent b6cae240a7
commit a3ced4af30

View File

@ -102,6 +102,9 @@ def udsJs(request: 'HttpRequest') -> str:
except Exception: # There is no authenticators yet...
authenticators = []
if not tag and authenticators:
tag = authenticators[0].small_name
# logger.debug('Authenticators: %s', authenticators)
# the auths for client