1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-25 23:21:41 +03:00

Merge remote-tracking branch 'origin/v3.0'

This commit is contained in:
Adolfo Gómez García 2021-02-11 09:43:15 +01:00
commit 49a6e01477

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