mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-24 21:34:41 +03:00
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
6cc1a8823d
@ -291,6 +291,9 @@ def authenticate(
|
||||
return AuthResult(url=res.url)
|
||||
return AuthResult()
|
||||
|
||||
if isinstance(res, str):
|
||||
return res # type: ignore # note: temporal fix on 3.5 for possible redirect on failed login
|
||||
|
||||
logger.debug('Groups manager: %s', gm)
|
||||
|
||||
# If do not have any valid group
|
||||
|
Loading…
Reference in New Issue
Block a user