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:
parent
b6cae240a7
commit
a3ced4af30
@ -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…
x
Reference in New Issue
Block a user