forked from shaba/openuds
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(url=res.url)
|
||||||
return AuthResult()
|
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)
|
logger.debug('Groups manager: %s', gm)
|
||||||
|
|
||||||
# If do not have any valid group
|
# If do not have any valid group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user