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:
commit
49a6e01477
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user